{ "name": "@mana/mcp-service", "version": "0.1.0", "private": true, "type": "module", "description": "MCP (Model Context Protocol) gateway for Mana. Exposes the shared @mana/tool-registry over Streamable HTTP so external agents (Claude Desktop, persona-runner) can drive the user's modules through their normal JWT-authed paths.", "scripts": { "dev": "bun run --hot src/index.ts", "start": "bun run src/index.ts", "type-check": "tsc --noEmit" }, "dependencies": { "@mana/shared-hono": "workspace:*", "@mana/tool-registry": "workspace:*", "@modelcontextprotocol/sdk": "^1.29.0", "hono": "^4.7.0", "jose": "^6.1.2", "prom-client": "^15.1.3", "zod": "^3.25.76" }, "devDependencies": { "@types/bun": "^1.1.16", "typescript": "^5.9.3" } }