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