5 references to McpErrorMessages
aspire (5)
Mcp\Tools\ExecuteResourceCommandTool.cs (1)
66throw new McpProtocolException(McpErrorMessages.NoAppHostRunning, McpErrorCode.InternalError);
Mcp\Tools\ListConsoleLogsTool.cs (1)
59throw new McpProtocolException(McpErrorMessages.NoAppHostRunning, McpErrorCode.InternalError);
Mcp\Tools\ListResourcesTool.cs (1)
64throw new McpProtocolException(McpErrorMessages.NoAppHostRunning, McpErrorCode.InternalError);
Mcp\Tools\McpToolHelpers.cs (2)
18throw new McpProtocolException(McpErrorMessages.NoAppHostRunning, McpErrorCode.InternalError); 25throw new McpProtocolException(McpErrorMessages.DashboardNotAvailable, McpErrorCode.InternalError);