thv config set-registry
Set the MCP server registry
Synopsis
Set the MCP server registry to either a remote URL or local file path. The command automatically detects whether the input is a URL or file path.
Examples: thv config set-registry https://example.com/registry.json # Remote URL thv config set-registry /path/to/local-registry.json # Local file path thv config set-registry file:///path/to/local-registry.json # Explicit file URL
thv config set-registry <url-or-path> [flags]
Options
  -p, --allow-private-ip   Allow setting the registry URL, even if it references a private IP address
  -h, --help               help for set-registry
Options inherited from parent commands
      --debug   Enable debug mode
SEE ALSO
- thv config - Manage application configuration