feat: implement local LLM proxy architecture with MCP routing

Add STDIO and HTTP upstream transports, McpRouter with tool namespacing
and discovery, and StdioProxyServer for aggregating multiple MCP servers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michal
2026-02-21 05:00:20 +00:00
parent 1b8b886995
commit 4b67a9cc15
12 changed files with 722 additions and 15 deletions

View File

@@ -14,7 +14,10 @@
"test:run": "vitest run"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@mcpctl/shared": "workspace:*"
"@mcpctl/shared": "workspace:*",
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^25.3.0"
}
}