{ "name": "openemis-mcp-pro", "version": "1.2.0", "mcpName": "io.github.tixuz/openemis-pro", "private": false, "description": "MCP server for the OpenEMIS v5 REST API — read/write tools, HTTP server mode, and ChatGPT OpenAPI adapter", "license": "MIT", "homepage": "https://github.com/tixuz/openemis-mcp-pro#readme", "repository": { "type": "git", "url": "git+https://github.com/tixuz/openemis-mcp-pro.git" }, "bugs": { "url": "https://github.com/tixuz/openemis-mcp-pro/issues" }, "author": "khindol ", "keywords": [ "mcp", "model-context-protocol", "openemis", "emis", "education", "education-management", "rest-api", "typescript", "nodejs", "claude", "ai-agent" ], "type": "module", "bin": { "openemis-mcp-pro": "dist/server.js" }, "engines": { "node": ">=22.0.0" }, "files": [ "dist", "data", "docs/playbooks", "assets", "README.md", "LICENSE.md" ], "exports": { ".": "./dist/server.js" }, "scripts": { "build": "tsc -p tsconfig.json", "check": "tsc --noEmit -p tsconfig.json", "start": "node dist/server.js", "dev": "tsx src/server.ts", "smoke": "node scripts/smoke-login.mjs", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run check && npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.7.0", "tsx": "^4.21.0", "typescript": "^6.0.3", "vitest": "^4.1.6" } }