Module proxy_handler

Source
Expand description

MCP Proxy Library

A Rust implementation of the MCP proxy that provides:

  1. SSE client that connects to a remote SSE server and exposes it as a stdio server
  2. Stdio client that connects to a local stdio server and exposes it as an SSE server

Structs§

ProxyHandler
A proxy handler that forwards requests to a client based on the server’s capabilities