An implementation of the Model Context Protocol in Ruby.
The repository implements a server-side component for the Model Context Protocol. It utilizes a router to direct incoming messages from MCP clients to appropriate handlers based on the message type (prompts, resources, tools). The architecture promotes modularity by decoupling message routing from the custom handler implementations.
Ruby
24