{ "name": "agent-mcp-hub", "version": "0.6.1", "description": "One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents", "repository": { "type": "git", "url": "git+https://github.com/blackaxgit/agent-mcp-hub.git" }, "homepage": "https://github.com/blackaxgit/agent-mcp-hub#readme", "bugs": { "url": "https://github.com/blackaxgit/agent-mcp-hub/issues" }, "keywords": [ "mcp", "model-context-protocol", "mcp-server", "codex", "cursor", "opencode", "claude", "antigravity", "agy", "coding-agent", "stdio" ], "mcpName": "io.github.blackaxgit/agent-mcp-hub", "license": "MPL-2.0", "type": "module", "bin": { "agent-mcp-hub": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=22" }, "scripts": { "prebuild": "rm -rf dist", "build": "tsc -p tsconfig.json", "prepare": "npm run build", "dev": "tsx src/index.ts", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:all": "vitest run --coverage", "typecheck": "tsc -p tsconfig.test.json", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "prepublishOnly": "npm run build && npm run typecheck && npm run test:coverage" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "overrides": { "qs": "^6.15.2" }, "devDependencies": { "@eslint/js": "^10.0.1", "@stryker-mutator/core": "^9.6.1", "@stryker-mutator/vitest-runner": "^9.6.1", "@types/node": "^26.1.1", "@vitest/coverage-v8": "^4.1.10", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", "prettier": "^3.9.5", "tsx": "^4.23.0", "typescript": "^6.0.3", "typescript-eslint": "^8.63.0", "vitest": "^4.1.9" } }