Files
Max Isbey 53138e679b Add mcp_proxy for bidirectional message forwarding
Adds a convenience function for proxying messages between two MCP transports,
enabling bidirectional message forwarding with proper error handling.

Features:
- Bidirectional forwarding between client and server transports
- Optional error callback (sync or async) for exceptions on streams
- Graceful handling of closed/broken streams
- Clean shutdown on context exit

This is a simpler reimplementation of the proxy pattern from #1711/#1763,
addressing all review feedback.
2025-12-11 16:26:18 +00:00
..
2025-11-28 18:51:58 +00:00
2024-09-24 22:04:19 +01:00
2025-02-05 11:02:51 +00:00