Your task
Use the kubestellar-ops MCP tools to audit all clusters in the user's kubeconfig.
- •Use
audit_kubeconfigto check connectivity to all configured clusters - •Present the results showing:
- •Which clusters are accessible (with their Kubernetes versions)
- •Which clusters are inaccessible (with error reasons)
- •If there are inaccessible clusters, provide the cleanup commands to remove stale contexts, clusters, and users
This helps users maintain a clean kubeconfig by identifying and removing stale cluster configurations.
Do not use any other tools besides the kubestellar-ops MCP tools.