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
+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"