|
|
|
|
|
by paidev
163 days ago
|
|
Cool project—Envoy dataplane + tiny routing LLMs is a solid combo for agent handoffs without the usual orchestration bloat. We've wrestled with similar delivery pains building MCP tools for agents (Claude/ChatGPT/Cursor all love 'em now). Proxies like yours shine for LLM routing, but tool backends often drag with auth/setup. Your MCP integration in filters caught my eye—@leanmcp/auth decorator drops proper JWT validation (Cognito/Auth0/etc.) to 20 lines vs 600+ raw, auto-injects user context everywhere. (Disclosure: co-founder on LeanMCP.) How's the Brightstaff fallback to static policies holding up in prod? Happy to chat agent war stories. |
|