We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed99c4 commit 244698cCopy full SHA for 244698c
src/Aspire.Cli/Commands/McpStartCommand.cs
@@ -104,7 +104,7 @@ private async ValueTask<CallToolResult> HandleCallToolAsync(RequestContext<CallT
104
if (_tools.TryGetValue(toolName, out var tool))
105
{
106
// Handle tools that don't need an MCP connection to the AppHost
107
- if (toolName is "select_apphost" or "list_apphosts" or "list_integrations" or "get_resource_docs")
+ if (toolName is "select_apphost" or "list_apphosts" or "list_integrations" or "get_integration_docs")
108
109
return await tool.CallToolAsync(null!, request.Params?.Arguments, cancellationToken);
110
}
0 commit comments