Skip to content

Commit 23b2b51

Browse files
committed
vale
1 parent 5b1607c commit 23b2b51

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(?i)[A-Z]{2,}'?s
22

3+
[Dd]ev
34
Adreno
45
Aleksandrov
56
Amazon
@@ -14,11 +15,14 @@ Btrfs
1415
Bugsnag
1516
BuildKit
1617
BusyBox
18+
CD
1719
CentOS
1820
Ceph
1921
cgroup
2022
Chrome
2123
Chrome DevTools
24+
CI
25+
CI/CD
2226
Citrix
2327
cli
2428
CLI
@@ -37,7 +41,6 @@ denylist
3741
deprovisioning
3842
deserialization
3943
deserialize
40-
[Dd]ev
4144
Dev Environments?
4245
Dex
4346
displayName
@@ -140,6 +143,7 @@ osquery
140143
osxfs
141144
OTel
142145
Paketo
146+
PAT
143147
pgAdmin
144148
PKG
145149
Postgres
@@ -186,9 +190,9 @@ umask
186190
undeterminable
187191
Unix
188192
unmanaged
193+
Visual Studio Code
189194
VMware
190195
vpnkit
191-
Visual Studio Code
192196
vSphere
193197
Vue
194198
Wasm

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It simplifies the developer experience across these areas:
3131
- Discovery: A central catalog with verified, versioned tools.
3232
- Credential management: OAuth-based and secure by default.
3333
- Execution: Tools run in isolated, containerized environments.
34-
- Portability: Use MCP tools across Claude, Cursor, VS Code, and more—no code
34+
- Portability: Use MCP tools across Claude, Cursor, Visual Studio Code, and more—no code
3535
changes needed.
3636

3737
With Docker Hub and the MCP Toolkit, you can:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ searching instead of building.
1616

1717
## Key features
1818

19-
- Advanced LLM context: Our MCP Server provides LLMs with detailed, structured context for Docker Hub images, enabling smarter, more relevant recommendations for developers, whether they're choosing a base image or automating CI/CD workflows.
19+
- Advanced LLM context: Docker's MCP Server provides LLMs with detailed, structured context for Docker Hub images, enabling smarter, more relevant recommendations for developers, whether they're choosing a base image or automating CI/CD workflows.
2020
- Natural language image discovery: Developers can find the right container image using natural language, no need to remember tags or repository names. Just describe what you need, and Docker Hub will return images that match your intent.
2121
- Simplified repository management: Hub MCP Server enables agents to manage repositories through natural language fetching image details, viewing stats, searching content, and performing key operations quickly and easily.
2222

@@ -88,7 +88,7 @@ searching instead of building.
8888
## Usage with Visual Studio Code
8989

9090
1. Add the Docker Hub MCP Server configuration to your User Settings (JSON)
91-
file in VS Code. You can do this by opening the `Command Palette` and
91+
file in Visual Studio Code. You can do this by opening the `Command Palette` and
9292
typing `Preferences: Open User Settings (JSON)`.
9393

9494

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,17 @@ and add Claude Desktop as a client:
164164

165165
### Example: Use Visual Studio Code as a client
166166

167-
You can interact with all your installed MCP servers in VS Code:
167+
You can interact with all your installed MCP servers in Visual Studio Code:
168+
169+
<!-- vale off -->
168170

169171
1. To enable the MCP Toolkit:
170172

171173

172174
{{< tabs group="" >}}
173175
{{< tab name="Enable globally">}}
174176

175-
1. Insert the following in your VS Code's User`mcp.json`:
177+
1. Insert the following in your Visual Studio Code's User`mcp.json`:
176178

177179
```json
178180
"mcp": {
@@ -218,6 +220,8 @@ You can interact with all your installed MCP servers in VS Code:
218220
For more information about the Agent mode, see the
219221
[Visual Studio Code documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_use-mcp-tools-in-agent-mode).
220222

223+
<!-- vale on -->
224+
221225
## Authenticate via OAuth
222226

223227
You can connect the MCP Toolkit to your development workflow via

0 commit comments

Comments
 (0)