@vercube/mcp
v0.0.43
Published
Model Context Protocol integration for the Vercube framework
Readme
@vercube/mcp
Model Context Protocol for Vercube
Expose your app's functionality to AI agents via MCP. Define tools with @MCPTool, validate with Zod, let LLMs call your code.
✨ Features
- Decorator-based -
@MCPToolon methods to expose them as tools - Type-safe - Zod schemas for input/output validation
- Auto endpoint - MCP protocol available at
/api/mcp - Tool annotations - mark tools as read-only, idempotent, etc.
📦 Installation
pnpm add @vercube/mcp📖 Usage
Check out the full documentation
