model-context-protocol-rb

Ruby

An implementation of the Model Context Protocol in Ruby.

Protocol Implementations
AI Model Integration
Function Calling

Architecture and Design Patterns

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.

About

Language

Ruby

Stars

24

Categories

Protocol ImplementationsAI Model IntegrationFunction Calling