Commands\McpStartCommand.cs (14)
45[KnownMcpTools.ListResources] = new ListResourcesTool(),
46[KnownMcpTools.ListConsoleLogs] = new ListConsoleLogsTool(),
47[KnownMcpTools.ExecuteResourceCommand] = new ExecuteResourceCommandTool(),
48[KnownMcpTools.ListStructuredLogs] = new ListStructuredLogsTool(),
49[KnownMcpTools.ListTraces] = new ListTracesTool(),
50[KnownMcpTools.ListTraceStructuredLogs] = new ListTraceStructuredLogsTool(),
51[KnownMcpTools.SelectAppHost] = new SelectAppHostTool(auxiliaryBackchannelMonitor, executionContext),
52[KnownMcpTools.ListAppHosts] = new ListAppHostsTool(auxiliaryBackchannelMonitor, executionContext),
53[KnownMcpTools.ListIntegrations] = new ListIntegrationsTool(packagingService, executionContext, auxiliaryBackchannelMonitor),
54[KnownMcpTools.GetIntegrationDocs] = new GetIntegrationDocsTool(),
55[KnownMcpTools.Doctor] = new DoctorTool(environmentChecker),
56[KnownMcpTools.RefreshTools] = new RefreshToolsTool(RefreshResourceToolMapAsync, SendToolsListChangedNotificationAsync)
148if (KnownMcpTools.IsLocalTool(toolName))
154if (KnownMcpTools.IsDashboardTool(toolName))