UNPKG

@cgaspard/webappmcp

Version:

WebApp MCP - Model Context Protocol integration for web applications with server-side debugging tools

19 lines 476 B
export interface MCPConfig { wsUrl: string; authToken?: string; } export declare class IntegratedMCPServer { private server; private ws; private wsUrl; private authToken?; private reconnectTimer; private isConnected; constructor(config: MCPConfig); private setupHandlers; private connectWebSocket; private scheduleReconnect; private executeToolOnClient; start(): Promise<void>; } //# sourceMappingURL=mcp-server.d.ts.map