UNPKG

heyreach-mcp-server

Version:

Modern MCP server for HeyReach LinkedIn automation with dual transport support (stdio + HTTP streaming) and header authentication

10 lines (9 loc) 223 B
#!/usr/bin/env node /** * Start HTTP streaming server */ export declare function startHttpServer(port?: number): Promise<void>; /** * Main function for HTTP server mode */ export declare function main(): Promise<void>;