Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/sbx_cli/sbx_mcp_add.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ example: |4-
sbx mcp add fetch --local --url https://registry.modelcontextprotocol.io/v0/servers/fetch-mcp/versions/latest

# Private-network endpoint (host resolves to a private address) — opt out of the SSRF guard
sbx mcp add internal --url https://maas.prd.astra.example.com/mcp --skip-ssrf-check
sbx mcp add internal --url https://private.example.com/mcp --skip-ssrf-check

# Remote endpoint with a hand-supplied OAuth override (server publishes no
# well-known OAuth metadata): --oauth-authorization-server is a path or
Expand Down