{ "name": "@ah-oh/handbook-mcp-server", "version": "1.0.1", "description": "MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.", "mcpName": "io.github.jannks/handbook", "main": "dist/index.js", "bin": { "handbook-mcp-server": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "handbook", "model-context-protocol", "ai", "llm", "claude" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ah-oh/handbook-mcp-server.git" }, "homepage": "https://github.com/ah-oh/handbook-mcp-server#readme", "bugs": { "url": "https://github.com/ah-oh/handbook-mcp-server/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "express": "^5.1.0", "zod": "^3.24.4" }, "devDependencies": { "@types/express": "^5.0.2", "@types/node": "^22.15.3", "typescript": "^5.8.3" }, "engines": { "node": ">=18" }, "files": [ "dist", "README.md", "server.json" ] }