UNPKG

evolution-api-mcp

Version:

MCP Server for Evolution API v2 - Integrate WhatsApp functionality with Claude Desktop and other MCP clients

7 lines (6 loc) 182 B
/** * Demo script for MCP Server Core * Shows how to initialize and use the Evolution API MCP Server */ declare function demoMcpServer(): Promise<void>; export { demoMcpServer };