@@ -23,11 +23,11 @@ To configure:
23
23
24
24
![ Gordon page with the toolbox button] ( ../images/gordon.webp )
25
25
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 .
27
27
28
28
![ Gordon's Toolbox] ( ../images/toolbox.webp )
29
29
30
- For more information on the possible tools, see [ Reference] ( #reference ) .
30
+ For more information on the available Docker tools, see [ Reference] ( #reference ) .
31
31
32
32
## Usage examples
33
33
@@ -224,15 +224,15 @@ General-purpose development utilities.
224
224
225
225
| Tool | Description |
226
226
| ------| -------------|
227
- | ` list_models ` | List all available AI models |
228
- | ` pull_model ` | Download an AI model |
227
+ | ` list_models ` | List all available Docker models |
228
+ | ` pull_model ` | Download an Docker model |
229
229
| ` run_model ` | Query a model with a prompt |
230
- | ` remove_model ` | Remove an AI model |
230
+ | ` remove_model ` | Remove an Docker model |
231
231
232
- ### AI Tool Catalog
232
+ ### Docker MCP Catalog
233
+
234
+ If you have enabled the [ MCP Toolkit feature] ( /content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md ) ,
235
+ all the tools you have enabled and configured are available for Gordon to use.
236
+
237
+ To disable Gordon's access to the MCP toolkit
233
238
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.
0 commit comments