We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5b1ee commit 28d0a07Copy full SHA for 28d0a07
1 file changed
site/docs/commands/mcp.md
@@ -96,6 +96,22 @@ Add to `.vscode/mcp.json`:
96
97
Add to `~/.windsurf/mcp.json`:
98
99
+```json
100
+{
101
+ "mcpServers": {
102
+ "very_good_cli": {
103
+ "command": "very_good",
104
+ "args": ["mcp"]
105
+ }
106
107
+}
108
+```
109
+
110
+ </TabItem>
111
+ <TabItem value="antigravity" label="Antigravity">
112
113
+Add to `~/.gemini/antigravity/mcp_config.json`:
114
115
```json
116
{
117
"mcpServers": {
0 commit comments