{
  "name": "@platform-modules/chatgpt-mcp",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Stateless MCP server exposing explicitly configured computer capabilities to ChatGPT.",
  "engines": { "node": ">=22" },
  "packageManager": "pnpm@11.20.0",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "tsx --test test/**/*.test.ts",
    "gate": "tsc -p tsconfig.json --noEmit && tsx --test test/**/*.test.ts && tsc -p tsconfig.json",
    "start:http": "node dist/src/http.js",
    "start:stdio": "node dist/src/stdio.js",
    "dev:http": "tsx src/http.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/node": "^2.0.0",
    "@modelcontextprotocol/server": "^2.0.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@modelcontextprotocol/client": "^2.0.0",
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^6.0.0"
  }
}
