chore: do not wrap mcp in proxy by default, drive-by deps fix (#909)
This commit is contained in:
@@ -26,7 +26,7 @@ import { spawn } from 'child_process';
|
||||
import http from 'http';
|
||||
import debug from 'debug';
|
||||
import { WebSocket, WebSocketServer } from 'ws';
|
||||
import { httpAddressToString } from '../utils/httpServer.js';
|
||||
import { httpAddressToString } from '../mcp/http.js';
|
||||
import { logUnhandledError } from '../utils/log.js';
|
||||
import { ManualPromise } from '../utils/manualPromise.js';
|
||||
import type websocket from 'ws';
|
||||
|
||||
Reference in New Issue
Block a user