{ "name": "@shannon/mcp-server", "version": "1.0.0", "type": "module", "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "check": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "catalog:", "zod": "^4.3.6" } }