mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Improved MCP tool call rendering for non-local agents (#289505)
* Improved MCP tool call rendering for non-local agents * Update src/vs/workbench/api/common/extHostTypeConverters.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1972,6 +1972,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
McpStdioServerDefinition: extHostTypes.McpStdioServerDefinition,
|
||||
McpStdioServerDefinition2: extHostTypes.McpStdioServerDefinition,
|
||||
McpToolAvailability: extHostTypes.McpToolAvailability,
|
||||
McpToolInvocationContentData: extHostTypes.McpToolInvocationContentData,
|
||||
SettingsSearchResultKind: extHostTypes.SettingsSearchResultKind,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user