{ "name": "arioch-traveller-map-mcp", "version": "1.0.0", "description": "MCP server for the Traveller Map API — embedded in arioch-assistant", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" } }