Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by washanhanzi • Uncategorized
An MCP server implementation that uses Tokio tasks instead of child processes to start the MCP service.
Run MCP services efficiently within the same process.
A lightweight alternative to child process-based MCP servers.
Leverage Tokio's async runtime for MCP service management.
This repository provides an in-process transport mechanism for MCP servers by leveraging Tokio tasks rather than spawning child processes. It allows for more efficient and lightweight service management within the same process, improving performance and resource usage. The API is similar to existing TokioChildProcess implementations, making it easy to integrate and use.