chore: mdb stub (#912)

This commit is contained in:
Pavel Feldman
2025-08-22 13:08:29 -07:00
committed by GitHub
parent 64af5f8763
commit fb28e99fa4
11 changed files with 489 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ import debug from 'debug';
import { WebSocket, WebSocketServer } from 'ws';
import { httpAddressToString } from '../mcp/http.js';
import { logUnhandledError } from '../utils/log.js';
import { ManualPromise } from '../utils/manualPromise.js';
import { ManualPromise } from '../mcp/manualPromise.js';
import { packageJSON } from '../utils/package.js';
import type websocket from 'ws';