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

@@ -41,7 +41,7 @@ export class BrowserServerBackend implements ServerBackend {
this._tools = filteredTools(config);
}
async initialize(clientVersion: mcpServer.ClientVersion, roots: mcpServer.Root[]): Promise<void> {
async initialize(server: mcpServer.Server, clientVersion: mcpServer.ClientVersion, roots: mcpServer.Root[]): Promise<void> {
let rootPath: string | undefined;
if (roots.length > 0) {
const firstRootUri = roots[0]?.uri;