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) 201 B
/** * Example usage of the EvolutionHttpClient * This file demonstrates how to use the HTTP client with the Evolution API */ declare function exampleUsage(): Promise<void>; export { exampleUsage };