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
Clarify CLI and K8s static mode share same code path
CLI mode and K8s static mode both use one-time discovery at startup
with immutableRegistry. Only K8s dynamic mode adds controller-runtime
complexity. This simplifies implementation since CLI and K8s static
share identical vMCP binary behavior.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments