File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,21 @@ system:
4444 list : ' .mcpServers | to_entries | map(.value + {"name": .key})'
4545 set : .mcpServers[$NAME] = $JSON
4646 del : del(.mcpServers[$NAME])
47+ gemini :
48+ displayName : Gemini CLI
49+ source : https://github.com/google-gemini/gemini-cli
50+ icon : https://avatars.githubusercontent.com/u/161781182?s=120&v=4
51+ installCheckPaths :
52+ - $HOME/.gemini
53+ - $USERPROFILE\.gemini
54+ paths :
55+ linux : $HOME/.gemini/settings.json
56+ darwin : $HOME/.gemini/settings.json
57+ windows : $USERPROFILE\.gemini\settings.json
58+ yq :
59+ list : ' .mcpServers | to_entries | map(.value + {"name": .key})'
60+ set : .mcpServers[$NAME] = $JSON
61+ del : del(.mcpServers[$NAME])
4762 goose :
4863 displayName : Goose
4964 source : https://github.com/block/goose
You can’t perform that action at this time.
0 commit comments