objectiveai-mcp-proxy 2.0.7

MCP (Model Context Protocol) proxy server for ObjectiveAI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"
  }
}