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

4
pnpm-lock.yaml generated
View File

@@ -91,6 +91,10 @@ importers:
'@modelcontextprotocol/sdk':
specifier: ^1.0.0
version: 1.26.0(zod@3.25.76)
devDependencies:
'@types/node':
specifier: ^25.3.0
version: 25.3.0
src/mcpd:
dependencies: