docs: Show both remote options for extensions in CLI (#3392)

This commit is contained in:
Angie Jones 2025-07-13 15:31:21 -05:00 committed by GitHub
parent 9de90bc272
commit 192a8077dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 211 additions and 173 deletions

View file

@ -56,7 +56,8 @@ This tutorial covers how to add the Browserbase MCP Server as a Goose extension
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```