Skip to content

Commit b1888d7

Browse files
Change 'httpUrl' to 'serverUrl' in mcp_config.json (#13148)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
1 parent bb1f74f commit b1888d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/guides/build-with-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ You can configure MCP servers at the global level in the `~/.gemini/settings.jso
231231
{
232232
"mcpServers": {
233233
"astro-docs": {
234-
"httpUrl": "https://mcp.docs.astro.build/mcp",
234+
"serverUrl": "https://mcp.docs.astro.build/mcp"
235235
}
236236
}
237237
}

0 commit comments

Comments
 (0)