Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by bash0C7 • Uncategorized
A Ruby implementation of a Model Context Protocol server skeleton enabling LLMs to call tools like random number generation.
Generate random numbers within a specified range.
A protocol-compliant MCP server implementation in Ruby.
A customizable tool execution environment supporting JSON-RPC 2.0.
This project provides a skeleton MCP server written in Ruby that supports the MCP protocol version 2024-11-05. It allows Large Language Models such as Claude to interact with registered tools via JSON-RPC 2.0 messages. The current implementation includes a tool to generate random numbers with detailed logging and error handling to facilitate debugging and development of additional tools.