MCP-SuperAssistant/package.json
2026-02-21 17:44:03 -07:00

51 lines
1.1 KiB
JSON

{
"name": "@srbhptl39/mcp-superassistant-proxy",
"version": "0.1.8",
"description": "Run MCP SuperAssistant over SSE or visa versa",
"keywords": [
"mcp",
"stdio",
"sse",
"http",
"websocket",
"stream",
"mcp-superassistant",
"gateway",
"proxy",
"bridge"
],
"type": "module",
"bin": {
"@srbhptl39/mcp-superassistant-proxy": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.2",
"uuid": "^11.1.0",
"ws": "^8.18.2",
"yargs": "^17.7.2",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"prev-modelcontextprotocol-sdk": "npm:@modelcontextprotocol/sdk@1.4.0",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/node": "^22.15.18",
"@types/ws": "^8.18.1",
"@types/yargs": "^17.0.33",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}