{ "name": "@gsd-build/mcp-server", "version": "2.52.0", "description": "MCP server exposing GSD orchestration tools for Claude Code, Cursor, and other MCP clients", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gsd-build/gsd-2.git", "directory": "packages/mcp-server" }, "publishConfig": { "access": "public" }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "gsd-mcp-server": "./dist/cli.js" }, "scripts": { "build": "tsc", "test": "node --test dist/mcp-server.test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "@gsd-build/rpc-client": "^2.52.0", "zod": "^4.0.0" }, "devDependencies": { "@types/node": "^24.12.0", "typescript": "^5.4.0" }, "engines": { "node": ">=22.0.0" }, "files": [ "dist", "!dist/**/*.test.*" ] }