CMMV
Createdcmmvio
Implements the Model Context Protocol (MCP) for CMMV applications, enabling standardized interactions between large language models and applications.
About
The @cmmv/mcp module empowers CMMV applications with the Model Context Protocol (MCP), fostering seamless communication with Large Language Models (LLMs). By providing a structured interface for defining tools, MCP standardizes how AI models interact with your application, allowing you to leverage the power of AI with well-defined contracts and validations.
Key Features
- Facilitates bidirectional communication between applications and language models.
- Uses Zod for input schema validation.
- Provides API Decorator-Based tool registration (e.g., @MCPTool).
- Offers robust connection management for multiple concurrent connections.
- Supports transport via Server-Sent Events (SSE) or Standard I/O.
- 0 GitHub stars