mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
mcp: initial data flow for MCP gateway
Adds base startGateway method and data flows. Currently the route is just a stub.
This commit is contained in:
@@ -1736,6 +1736,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'mcpServerDefinitions');
|
||||
return extHostMcp.mcpServerDefinitions;
|
||||
},
|
||||
startMcpGateway() {
|
||||
checkProposedApiEnabled(extension, 'mcpServerDefinitions');
|
||||
return extHostMcp.startMcpGateway();
|
||||
},
|
||||
onDidChangeChatRequestTools(...args) {
|
||||
checkProposedApiEnabled(extension, 'chatParticipantAdditions');
|
||||
return _asExtensionEvent(extHostChatAgents2.onDidChangeChatRequestTools)(...args);
|
||||
|
||||
Reference in New Issue
Block a user