docs: mcp-ui support (#4049)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user