claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
18 lines (17 loc) • 372 B
JSON
{
"name": "mcp-bridge",
"version": "1.0.0",
"description": "MCP Bridge — routes AI tool calls to backend services with multi-provider chat proxy",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"express": "^4.21.0"
},
"engines": {
"node": ">=20"
}
}