Skip to content

Commit b816043

Browse files
committed
termino
1 parent adc2772 commit b816043

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

content/includes/gordondhi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. Ensure Gordon is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
2-
1. In Gordon's Toolbox, ensure Gordon's [Developer MCP toolkit is enabled](/manuals/ai/gordon/mcp/built-in-tools.md#configuration).
2+
1. In Gordon's Toolbox, ensure Gordon's [Developer MCP Toolkit is enabled](/manuals/ai/gordon/mcp/built-in-tools.md#configuration).
33
1. In the terminal, navigate to the directory containing your Dockerfile.
44
1. Start a conversation with Gordon:
55
```bash

content/manuals/ai/mcp-catalog-and-toolkit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ grid:
1616
icon: hub
1717
link: /ai/mcp-catalog-and-toolkit/catalog/
1818
- title: MCP Toolkit
19-
description: Learn about the MCP toolkit to manage MCP servers and clients
19+
description: Learn about the MCP Toolkit to manage MCP servers and clients
2020
icon: /icons/toolkit.svg
2121
link: /ai/mcp-catalog-and-toolkit/toolkit/
2222
---

content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ discovery to local execution.
2020
- Zero manual setup: No dependency management, runtime configuration, or server setup required.
2121
- Functions as both an MCP server aggregator and a gateway for clients to access installed MCP servers.
2222

23-
## How the MCP toolkit works
23+
## How the MCP Toolkit works
2424

2525
MCP introduces two core concepts: MCP clients and MCP servers.
2626

@@ -41,19 +41,19 @@ container as the server or in dedicated containers:
4141
{{< tabs group="" >}}
4242
{{< tab name="Single container">}}
4343

44-
![Screenshot showing a single-container MCP toolkit setup.](/assets/images/mcp_servers.png)
44+
![Screenshot showing a single-container MCP Toolkit setup.](/assets/images/mcp_servers.png)
4545

4646
{{< /tab >}}
4747
{{< tab name="Separate containers">}}
4848

49-
![Screenshot showing a multi-container MCP toolkit setup.](/assets/images/mcp_servers_2.png)
49+
![Screenshot showing a multi-container MCP Toolkit setup.](/assets/images/mcp_servers_2.png)
5050

5151
{{< /tab >}}
5252
{{</tabs >}}
5353

5454
## Security
5555

56-
The Docker MCP toolkit combines passive and active measures to reduce attack
56+
The Docker MCP Toolkit combines passive and active measures to reduce attack
5757
surfaces and ensure safe runtime behavior.
5858

5959
### Passive security

content/manuals/ai/mcp-gateway/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ To view all the commands and configuration options, go to the [mcp-gateway repos
107107

108108
## Related pages
109109

110-
- [Docker MCP toolkit and catalog](/manuals/ai/mcp-catalog-and-toolkit/_index.md)
110+
- [Docker MCP Toolkit and catalog](/manuals/ai/mcp-catalog-and-toolkit/_index.md)

content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
321321
| &nbsp; &nbsp; &nbsp; &nbsp; `enableInferenceTCP` | | Enable host-side TCP support. This setting requires Docker Model Runner setting to be enabled first. | |
322322
| &nbsp; &nbsp; &nbsp; &nbsp; `enableInferenceTCPPort` | | Specifies the exposed TCP port. This setting requires Docker Model Runner setting to be enabled first. | |
323323
| &nbsp; &nbsp; &nbsp; &nbsp; `enableInferenceCORS` | | Specifies the allowed CORS origins. Empty string to deny all,`*` to accept all, or a list of comma-separated values. This setting requires Docker Model Runner setting to be enabled first. | |
324-
| `enableDockerMCPToolkit` | | If `allowBetaFeatures` is true, setting `enableDockerMCPToolkit` to `true` enables the [MCP toolkit feature](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
324+
| `enableDockerMCPToolkit` | | If `allowBetaFeatures` is true, setting `enableDockerMCPToolkit` to `true` enables the [MCP Toolkit feature](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
325325
| `allowExperimentalFeatures` | | If `value` is set to `true`, experimental features are enabled. | Docker Desktop version 4.41 and earlier |
326326

327327
### Enhanced Container Isolation

0 commit comments

Comments
 (0)