{ "name": "ictexam-mcp", "version": "0.1.0", "mcpName": "io.github.ictinnovations/ictexam-mcp", "description": "Model Context Protocol server for ICTExam. Lets AI assistants read exams, gradebooks and item analysis, and (when writes are enabled) parse a question paper with AI and publish exams.", "type": "module", "bin": { "ictexam-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "npm run build && node --test test/*.test.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ictexam", "assessment", "exam", "grading", "moodle", "lti", "edtech", "claude", "ai-agent" ], "author": "Tahir Almas (https://ictinnovations.com)", "license": "MIT", "homepage": "https://github.com/ictinnovations/ictexam-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/ictinnovations/ictexam-mcp.git" }, "bugs": { "url": "https://github.com/ictinnovations/ictexam-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0" } }