File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,25 @@ system:
7171 list : ' .mcpServers | to_entries | map(.value + {"name": .key})'
7272 set : .mcpServers[$NAME] = $JSON
7373 del : del(.mcpServers[$NAME])
74+ vscode :
75+ displayName : VSCode
76+ source : https://code.visualstudio.com/
77+ icon : https://raw.githubusercontent.com/docker/mcp-gateway/main/img/client/vscode.svg
78+ installCheckPaths :
79+ - /Applications/Visual Studio Code.app
80+ - $APPDATA\Code\
81+ - $HOME/.config/Code
82+ paths :
83+ linux :
84+ - $HOME/.config/Code/User/mcp.json
85+ darwin :
86+ - $HOME/Library/Application Support/Code/User/mcp.json
87+ windows :
88+ - $APPDATA\Code\User\mcp.json
89+ yq :
90+ list : ' .servers | to_entries | map(.value + {"name": .key})'
91+ set : .servers[$NAME] = $JSON+{"type":"stdio"}
92+ del : del(.servers[$NAME])
7493 gemini :
7594 displayName : Gemini CLI
7695 source : https://github.com/google-gemini/gemini-cli
You can’t perform that action at this time.
0 commit comments