📋
Rmcp In Process Transport
Run mcp server in tokio task
0 installs
Trust: 34 — Low
Productivity
Ask AI about Rmcp In Process Transport
Powered by Claude · Grounded in docs
I know everything about Rmcp In Process Transport. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
rmcp-in-process-transport
use tokio task instead of child process to start the mcp.
// Create and start an in-process service, using the TokioInProcess API
// which is similar to TokioChildProcess
let calculator = Calculator::new(format!("Client #{}", idx));
let tokio_in_process = TokioInProcess::new(calculator).await?;
let service = ().into_dyn().serve(tokio_in_process).await?;
