Provides server-side tools for implementing the Model Context Protocol (MCP) in Ruby applications.
VectorMCP simplifies the creation of MCP servers, enabling Ruby applications to expose their capabilities to Large Language Models (LLMs). By implementing core aspects of the MCP specification, VectorMCP allows you to define and register custom tools (functions), expose data sources (resources), and provide structured prompt templates that LLMs can request and utilize, enhancing the interaction between your application and compatible LLM clients.