{
"name": "tests-ts",
"version": "2.0.7",
"private": true,
"description": "TypeScript compliance tests for objectiveai-mcp-proxy. Spawns the proxy and a configurable test upstream as subprocesses, then drives the proxy with @modelcontextprotocol/sdk.",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@types/node": "^22.0.0",
"typescript": "^5.6.0",
"undici": "^7.0.0",
"vitest": "^3.0.0"
}
}