docs: mcp-ui support (#4049)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
dianed-square
2025-08-12 21:35:28 -07:00
committed by GitHub
parent c5e6916430
commit f055b051ee
7 changed files with 166 additions and 9 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
args={["-y", "@modelcontextprotocol/server-brave-search"]}
envVars={[{ name: "BRAVE_API_KEY", label: "Your Brave Search API Key" }]}
apiKeyLink="https://api-dashboard.search.brave.com/app/keys"
apiKeyLinkText="Get your Brave Search API Key"
apiKeyLinkText="Brave Search API Key"
/>
</TabItem>
<TabItem value="cli" label="Goose CLI">
+2 -2
View File
@@ -41,7 +41,7 @@ You'll need [Docker](https://www.docker.com/) installed on your system. If you w
<GooseDesktopInstaller
extensionId="container-use"
extensionName="Container Use"
extensionDescription="Run container automation with container-use"
description="Run container automation with container-use"
command="npx"
args={["-y", "mcp-remote", "https://container-use.com/mcp"]}
cliCommand="npx -y mcp-remote https://container-use.com/mcp"
@@ -66,7 +66,7 @@ You'll need [Docker](https://www.docker.com/) installed on your system. If you w
<GooseDesktopInstaller
extensionId="container-use"
extensionName="Container Use"
extensionDescription="Run container automation with container-use"
description="Run container automation with container-use"
command="container-use"
args={["stdio"]}
cliCommand="container-use stdio"