{ "name": "qseow-mcp", "version": "0.5.2", "mcpName": "io.github.rmterenzi/qseow-mcp", "description": "MCP server for Qlik Sense Enterprise on Windows (client-managed): Repository, Engine/QIX, and Proxy APIs as Model Context Protocol tools for analysts, developers, and admins.", "license": "Apache-2.0", "type": "module", "bin": { "qseow-mcp": "dist/index.js" }, "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "smoke": "node scripts/smoke.mjs", "prepare": "npm run build", "test": "npm run build && node --test tests/", "bundle": "node mcpb/build.mjs" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "enigma.js": "^2.14.0", "ws": "^8.18.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^20.17.0", "@types/ws": "^8.5.0", "tsx": "^4.19.0", "typescript": "^5.6.0" }, "keywords": [ "qlik", "qlik-sense", "qseow", "mcp", "model-context-protocol", "qrs", "qix", "enigma" ], "files": [ "dist", "README.md", "LICENSE", "NOTICE", ".env.example" ], "repository": { "type": "git", "url": "git+https://github.com/rmterenzi/qseow-mcp.git" }, "author": "Terenzi LLC", "homepage": "https://github.com/rmterenzi/qseow-mcp#readme", "bugs": { "url": "https://github.com/rmterenzi/qseow-mcp/issues" } }