fix: per-provider health checks in status display #44

Merged
michal merged 1 commits from fix/per-provider-health-check into main 2026-02-25 02:25:29 +00:00
Owner

Runs isAvailable() on each provider in /llm/providers endpoint and shows ✓/✗ per provider in mcpctl status.

Runs isAvailable() on each provider in /llm/providers endpoint and shows ✓/✗ per provider in mcpctl status.
michal added 1 commit 2026-02-25 02:25:17 +00:00
fix: per-provider health checks in /llm/providers and status display
Some checks failed
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / package (pull_request) Has been cancelled
39ca134201
The /llm/providers endpoint now runs isAvailable() on each provider in
parallel and returns health status per provider. The status command shows
✓/✗ per provider based on actual availability, not just the fast tier.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
michal merged commit 62647a7f90 into main 2026-02-25 02:25:29 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: michal/mcpctl#44