소개
ExMCP Test is a test server implementation of the Model Context Protocol (MCP) built in Elixir. It's designed for experimenting with the MCP protocol and features a JSON-RPC 2.0 compliant server, support for standard MCP methods, a pluggable validation and middleware pipeline, and schema-driven request/response validation. An OpenRPC specification is also included, allowing for easy exploration of the API.
주요 기능
- Pluggable validation and middleware pipeline
- JSON-RPC 2.0 compliant server
- Supports standard MCP protocol methods
- Schema-driven request/response validation
- Includes OpenRPC specification
- 9 GitHub stars
사용 사례
- Experimenting with the MCP protocol
- Validating MCP server configurations
- Testing MCP client implementations