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 fba7336 commit d5e3b84Copy full SHA for d5e3b84
documentation/docs/20-setup/30-remote-setup.md
@@ -117,6 +117,23 @@ It will open a file with your MCP servers where you can add the following config
117
118
- Click _Save MCP configuration_
119
120
+## AntiGravity
121
+
122
+- Open Toggle Agent → ⋯ → MCP Servers
123
+- Click **View raw config** and update `mcp_config.json`:
124
+```json
125
+ {
126
+ "mcpServers": {
127
+ "svelte": {
128
+ "command": "npx",
129
+ "args": ["-y", "@sveltejs/mcp"]
130
+ }
131
132
133
+```
134
+- Save the file
135
+- Return to MCP Servers and click **Refresh**
136
137
## Other clients
138
139
If we didn't include the MCP client you are using, refer to their documentation for `remote` servers and use `https://mcp.svelte.dev/mcp` as the URL.
0 commit comments