Implements a flexible server supporting the Model Context Protocol (MCP).
Rmcp provides a Rust-based server implementation for the Model Context Protocol. It offers multiple transport methods including Server-Sent Events (SSE) over HTTP and standard input/output (stdio). It is configurable with adjustable logging levels and provides a sample counter service to demonstrate its capabilities. Rmcp facilitates building and deploying services that leverage the Model Context Protocol with ease, offering flexibility and control over transport and configuration.