ex-mcp-test
9
ExMCP Test Server is an MCP server implemented in Elixir, designed to experiment with the Model Context Protocol. It supports JSON-RPC 2.0 and includes schema-driven validation and OpenRPC specifications.
ExMCP Test Server
An MCP (Model Context Protocol) server implementation in Elixir for experimental purposes.
Features
- JSON-RPC 2.0 compliant server
- Supports standard MCP protocol methods
- Pluggable validation and middleware pipeline
- Schema-driven request/response validation
- Includes OpenRPC specification
Usage
Run the server locally with specific commands outlined in the configuration section.
Development
- Requirements: Elixir 1.14+, Mix
- Install dependencies and run tests using Mix commands.