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:
44
44
list : ' .mcpServers | to_entries | map(.value + {"name": .key})'
45
45
set : .mcpServers[$NAME] = $JSON
46
46
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])
47
62
goose :
48
63
displayName : Goose
49
64
source : https://github.com/block/goose
You can’t perform that action at this time.
0 commit comments