/** * Contains all MCP command IDs used in the workbench. */ export declare enum McpCommandIds { AddConfiguration = "workbench.mcp.addConfiguration", Browse = "workbench.mcp.browseServers", InstallFromManifest = "workbench.mcp.installFromManifest", BrowsePage = "workbench.mcp.browseServersPage", BrowseResources = "workbench.mcp.browseResources", ConfigureSamplingModels = "workbench.mcp.configureSamplingModels", EditStoredInput = "workbench.mcp.editStoredInput", InstallFromActivation = "workbench.mcp.installFromActivation", ListServer = "workbench.mcp.listServer", OpenRemoteUserMcp = "workbench.mcp.openRemoteUserMcpJson", OpenUserMcp = "workbench.mcp.openUserMcpJson", OpenWorkspaceFolderMcp = "workbench.mcp.openWorkspaceFolderMcpJson", OpenWorkspaceMcp = "workbench.mcp.openWorkspaceMcpJson", RemoveStoredInput = "workbench.mcp.removeStoredInput", ResetCachedTools = "workbench.mcp.resetCachedTools", ResetTrust = "workbench.mcp.resetTrust", RestartServer = "workbench.mcp.restartServer", ServerOptions = "workbench.mcp.serverOptions", ServerOptionsInConfirmation = "workbench.mcp.serverOptionsInConfirmation", ShowConfiguration = "workbench.mcp.showConfiguration", ShowInstalled = "workbench.mcp.showInstalledServers", ShowOutput = "workbench.mcp.showOutput", SkipCurrentAutostart = "workbench.mcp.skipAutostart", StartPromptForServer = "workbench.mcp.startPromptForServer", StartServer = "workbench.mcp.startServer", StopServer = "workbench.mcp.stopServer" }