Rmcp
byRGGH
0Implements 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.
主要功能
- Includes simple counter service demonstration
- Supports standard input/output (stdio)
- 0 GitHub stars
- Adjustable logging levels
- Supports Server-Sent Events (SSE) over HTTP
- Configurable bind address for SSE server
使用案例
- Integrating services via HTTP using Server-Sent Events
- Command-line or pipe-based service interaction using stdio
- Building services using the Model Context Protocol