chore: slice profile dirs by root in vscode (#814)
This commit is contained in:
@@ -77,7 +77,7 @@ program
|
||||
return;
|
||||
}
|
||||
|
||||
const browserContextFactory = contextFactory(config.browser);
|
||||
const browserContextFactory = contextFactory(config);
|
||||
const serverBackendFactory = () => new BrowserServerBackend(config, browserContextFactory);
|
||||
await mcpTransport.start(serverBackendFactory, config.server);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user