Skip to content

Commit f1da1a0

Browse files
committed
better display name
1 parent c3a0547 commit f1da1a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmd/docker-mcp/client/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ system:
7272
set: .mcpServers[$NAME] = $JSON
7373
del: del(.mcpServers[$NAME])
7474
vscode:
75-
displayName: VSCode
75+
displayName: Visual Studio Code
7676
source: https://code.visualstudio.com/
7777
icon: https://raw.githubusercontent.com/docker/mcp-gateway/main/img/client/vscode.svg
7878
installCheckPaths:
@@ -230,7 +230,7 @@ project:
230230
set: .mcpServers[$NAME] = $JSON
231231
del: del(.mcpServers[$NAME])
232232
vscode:
233-
displayname: VSCode
233+
displayname: Visual Studio Code
234234
projectfile: .vscode/mcp.json
235235
icon: https://raw.githubusercontent.com/docker/mcp-gateway/main/img/client/vscode.svg
236236
yq:
@@ -245,4 +245,3 @@ project:
245245
list: '.mcpServers | to_entries | map(.value + {"name": .key})'
246246
set: .mcpServers[$NAME] = $JSON+{"type":"stdio"}
247247
del: del(.mcpServers[$NAME])
248-

0 commit comments

Comments
 (0)