This commit is contained in:
Simon Knott
2025-08-13 11:20:28 +02:00
parent 98fef06b3b
commit 1ff80f8761

View File

@@ -91,7 +91,7 @@ program
if (options.connectTool) {
factories.push(
new InProcessMCPFactory(createExtensionContextFactory(config), config),
new VSCodeMCPFactory(config),
new VSCodeMCPFactory(config), // TODO: automatically add this based on the client name
);
}
await mcpTransport.start(() => new ProxyBackend(factories), config.server);