{ "name": "@pig/mcp", "version": "0.1.0", "private": true, "license": "Apache-2.0", "type": "module", "bin": { "pig-mcp": "./src/stdio.ts" }, "scripts": { "dev": "tsx src/stdio.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@pig/core": "workspace:*", "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.24.1" } }