You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): read real upstream_stats keys in mcpproxy status server counts (#815)
'mcpproxy status' always printed 'Servers: 0 connected, 0 quarantined'
because extractServerCounts read connected/quarantined/total while the
daemon's GetStats builders emit connected_servers/total_servers (and no
quarantined count at all).
- extractServerCounts now reads connected_servers/quarantined_servers/
total_servers, falling back to the bare legacy keys for older daemons
- both GetStats builders (stateview path in internal/server, manager
fallback in internal/upstream) now emit quarantined_servers
Found in v0.47.0-rc.4 release QA: live daemon had 14 connected + 2
quarantined; CLI showed 0/0.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments