/** * CogmemAi Remote MCP Server — Streamable HTTP transport. * * Stateless server: each request creates a fresh McpServer + transport. * Bearer token auth using existing cm_ API keys validated against WordPress. * Designed to run behind nginx with SSL at mcp.hifriendbot.com. */ export declare function startHttpServer(): void;