Two execution surfaces
The CLI and MCP both route most remote commands through the same command registry. Local-only commands remain CLI-only because they depend on local files, browsers, or OS behavior.
Canonical command shape
Prefer noun-first commands:Local-only commands
Some commands should not be expected to work through MCP:
MCP clients should use bearer tokens and remote URLs instead of local files where possible.

