{ "name": "edgegate-mcp", "version": "0.20.1", "description": "MCP server for EdgeGate — set up edge-AI regression gates from Claude Code, Cursor, or Claude Desktop.", "mcpName": "io.github.frozo-ai/edgegate-mcp", "license": "MIT", "author": "Frozo Software Pvt Ltd (https://edgegate.frozo.ai)", "homepage": "https://edgegate.frozo.ai", "repository": { "type": "git", "url": "git+https://github.com/frozo-ai/edgegate-mcp.git" }, "bugs": { "url": "https://github.com/frozo-ai/edgegate-mcp/issues" }, "keywords": [ "mcp", "modelcontextprotocol", "mcp-server", "claude", "claude-code", "cursor", "edge-ai", "edge-ml", "mlops", "qualcomm", "snapdragon", "npu", "jetson", "on-device-ai", "benchmarking", "regression-testing", "ci", "llm-evaluation" ], "type": "module", "engines": { "node": ">=20" }, "bin": { "edgegate-mcp": "./bin/edgegate-mcp", "edgegate-mcp-install": "./bin/edgegate-mcp-install" }, "main": "./dist/server.js", "files": [ "dist/", "bin/", "skills/", "plugin.json", "server.json", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/server.ts", "test": "vitest run", "test:watch": "vitest", "lint": "eslint 'src/**/*.ts'", "format": "prettier --write 'src/**/*.ts'", "docs:tools": "node scripts/gen-tool-table.mjs", "prepublishOnly": "npm run build && npm test && npm run lint && npm run docs:tools" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "undici": "^6.0.0", "zod": "^3.23.0", "zod-to-json-schema": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "msw": "^2.3.0", "prettier": "^3.0.0", "tsx": "^4.7.0", "typescript": "^5.4.0", "vitest": "^1.6.0" } }