Import
Examples
API
createMCPServer(config)
Create MCP server
Returns: MCPServer
Exports
Functions
| Name | Description |
|---|---|
clearMCPRegistry | Clear all registries |
createMCPServer | Create MCP server |
getMCPRegistry | Get tool/prompt/resource registry |
getMCPStats | Get registered capability stats |
registerPrompt | Register prompt with MCP |
registerResource | Register resource with MCP |
registerTool | Register tool with MCP |
Classes
| Name | Description |
|---|---|
MCPServer | MCP server instance |
Types
| Name | Description |
|---|---|
IntegrationLoaderConfig | Configuration for loading integration tools into MCP |
MCPServerConfig | createMCPServer() config |
MCPStats | Registry statistics |
MCPTool | Generic MCP tool definition |
Related
veryfront/tool: Define tools for MCPveryfront/prompt: Define prompts for MCPveryfront/resource: Define resources for MCP