Integrates an MCP server directly as an asynchronous task within a Tokio runtime.
This Rust library simplifies the deployment and management of an MCP server by enabling it to run directly as an in-process task within an application's Tokio asynchronous runtime. It offers a lightweight and efficient solution for embedding MCP server functionality without the overhead of managing a separate standalone process, making it ideal for streamlined application architectures.