We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bf006 commit 6751777Copy full SHA for 6751777
README.md
@@ -121,6 +121,28 @@ Follow the MCP setup guide with these parameters:
121
122
</details>
123
124
+<details>
125
+<summary>Google Antigravity</summary>
126
+
127
+**Configure in MCP config file:**
128
129
+Add this to your Antigravity MCP config file: `.gemini/antigravity/mcp_config.json`
130
131
+```json
132
+{
133
+ "mcpServers": {
134
+ "next-devtools": {
135
+ "command": "npx",
136
+ "args": ["-y", "next-devtools-mcp@latest"]
137
+ }
138
139
+}
140
+```
141
142
+See [Antigravity MCP docs](https://antigravity.google/docs/mcp) for more info.
143
144
+</details>
145
146
<details>
147
<summary>VS Code / Copilot</summary>
148
0 commit comments