Temporary CLI commands for testing edge routing RPCs directly
(before the master exists):
mcp edge list -n svc
mcp edge setup <hostname> -n svc --backend-hostname ... --backend-port ...
mcp edge remove <hostname> -n svc
Verified end-to-end on svc: setup provisions route in mc-proxy and
persists in agent registry, remove cleans up both, list shows routes
with cert metadata.
Finding: MCNS registers LAN IPs for .svc.mcp. hostnames, not Tailnet
IPs. The v2 master needs to register Tailnet IPs in deploy flow step 3.
These commands will be removed or replaced when the master is built
(Phase 3).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>