Skip to content

Commit 6526969

Browse files
authored
gordon: update GUI docs (#22884)
Update docs to match latest release.
1 parent 4abcbc4 commit 6526969

File tree

6 files changed

+16
-60
lines changed

6 files changed

+16
-60
lines changed
509 KB
Loading
-150 KB
Binary file not shown.
315 KB
Loading
-129 KB
Binary file not shown.

content/manuals/ai/gordon/mcp/built-in-tools.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ To configure:
2121

2222
1. On the **Ask Gordon** view in Docker Desktop, select the `Toolbox` button in the bottom left of the input area.
2323

24-
![Gordon page with the toolbox button](../images/gordon.webp)
24+
![Gordon page with the toolbox button](../images/gordon.png)
2525

26-
2. Choose the tools you want to make available. Selecting a card lets you view extra information regarding each tool and what it does.
26+
2. To enable or disable a tool, select it in the left-menu and select the toggle.
2727

28-
![Gordon's Toolbox](../images/toolbox.webp)
28+
![Gordon's Toolbox](../images/toolbox.png)
2929

30-
For more information on the possible tools, see [Reference](#reference).
30+
For more information on the available Docker tools, see [Reference](#reference).
3131

3232
## Usage examples
3333

@@ -108,7 +108,7 @@ $ docker ai "Show me logs from the auth-service pod"
108108

109109

110110
```console
111-
# Scan for CVEs
111+
# Scan for CVEs
112112
$ docker ai "Scan my application for security vulnerabilities"
113113

114114
# Get security recommendations
@@ -136,13 +136,11 @@ Tools to interact with your Docker containers, images, and volumes.
136136

137137
#### Container management
138138

139-
| Name | Description |
140-
|------|-------------|
141-
| `list_containers` | List all Docker containers |
142-
| `remove_containers` | Remove one or more Docker containers |
143-
| `stop_container` | Stop a running Docker container |
144-
| `fetch_container_logs` | Retrieve logs from a Docker container |
145-
| `run_container` | Run a new Docker container |
139+
| Name | Description |
140+
|---------------|----------------------------------------|
141+
| `docker` | Access to the Docker CLI |
142+
| `list_builds` | List the builds in the Docker daemon |
143+
| `build_logs` | Show the build logs. |
146144

147145
#### Volume management
148146

@@ -224,15 +222,12 @@ General-purpose development utilities.
224222

225223
| Tool | Description |
226224
|------|-------------|
227-
| `list_models` | List all available AI models |
228-
| `pull_model` | Download an AI model |
225+
| `list_models` | List all available Docker models |
226+
| `pull_model` | Download an Docker model |
229227
| `run_model` | Query a model with a prompt |
230-
| `remove_model` | Remove an AI model |
228+
| `remove_model` | Remove an Docker model |
231229

232-
### AI Tool Catalog
230+
### Docker MCP Catalog
233231

234-
When the [AI Tool
235-
Catalog](https://open.docker.com/extensions/marketplace?extensionId=docker/labs-ai-tools-for-devs)
236-
Docker Desktop extension is installed, all the tools enabled in the catalog are
237-
available for Gordon to use. After installation, you can enable the usage of the
238-
AI Tool Catalog tools in the toolbox section of Gordon.
232+
If you have enabled the [MCP Toolkit feature](../../mcp-catalog-and-toolkit/_index.md),
233+
all the tools you have enabled and configured are available for Gordon to use.

content/manuals/ai/gordon/mcp/yaml.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -132,42 +132,3 @@ you can get started:
132132
With MCP support, Gordon offers powerful extensibility and flexibility to meet
133133
your specific use cases whether you’re adding temporal awareness, file
134134
management, or internet access.
135-
136-
### Compatible MCP servers
137-
138-
These are MCP servers that have been tested with Gordon and are known to be
139-
working:
140-
141-
- `mcp/time`
142-
- `mcp/fetch`
143-
- `mcp/filesystem`
144-
- `mcp/postgres`
145-
- `mcp/git`
146-
- `mcp/sqlite`
147-
- `mcp/github`
148-
149-
### Untested (should work with appropriate API tokens)
150-
151-
These are MCP servers that were not tested but should work if given the
152-
appropriate API tokens:
153-
154-
- `mcp/brave-search`
155-
- `mcp/gdrive`
156-
- `mcp/slack`
157-
- `mcp/google-maps`
158-
- `mcp/gitlab`
159-
- `mcp/everything`
160-
- `mcp/aws-kb-retrieval-server`
161-
- `mcp/sentry`
162-
163-
### Unsupported
164-
165-
These are MCP servers that are currently known to be unsupported:
166-
167-
- `mcp/sequentialthinking` - (The tool description is too long)
168-
- `mcp/puppeteer` - Puppeteer sends back images and Gordon doesn’t know how to
169-
handle them, it only handles text responses from tools
170-
- `mcp/everart` - Everart sends back images and Gordon doesn’t know how to
171-
handle them, it only handles text responses from tools
172-
- `mcp/memory` - There is no way to configure the server to use a custom path
173-
for its knowledge base

0 commit comments

Comments
 (0)