Skip to content

🐛 mcp-chat: incorrect provider error "no healthy upstream" #8381

@patrickwyler

Description

@patrickwyler

Workspace

mcp-chat

📜 Description

The mcp-chat plugin displays an error message indicating that the provider apparently doesn't work. Strangely the chat still works. This message confuses users.

Plugin versions

  • @backstage-community/plugin-mcp-chat: 0.6.0
  • @backstage-community/plugin-mcp-chat-backend: 0.8.0

Could be related to: #8297

👍 Expected behavior

No error message should be visible

👎 Actual Behavior with Screenshots

Provider is working but an error message is visible

Image

API Response of /api/mcp-chat/provider/status

{
    "providers": [
        {
            "id": "openai",
            "model": "xxxxx-gpt-4.1-mini-2025-04-14-model",
            "baseUrl": "https://xxxxx-svc.openai.azure.com/openai/v1",
            "connection": {
                "connected": false,
                "models": [],
                "error": "no healthy upstream"
            }
        }
    ],
    "summary": {
        "totalProviders": 1,
        "healthyProviders": 0
    },
    "timestamp": "2026-04-01T06:50:00.423Z"
}

👟 Reproduction steps

I am not yet sure. I suspect something went wrong and since then it is in this incorrect state.

📃 Provide the context for the Bug.

No response

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Are you willing to submit PR?

None

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions