UNPKG

@cgaspard/webappmcp

Version:

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

17 lines 459 B
export declare class WebAppMCPServer { private server; private wsManager; private connections; constructor(config: { wsPort: number; authToken?: string; }); private setupHandlers; private handleClientConnection; private handleClientDisconnection; private handleClientMessage; private getActiveConnection; private executeToolOnClient; start(): Promise<void>; } //# sourceMappingURL=index.d.ts.map