From 89eebd25af132bc002fdf4a5c03de10fc14deed4 Mon Sep 17 00:00:00 2001 From: Doug Fulop Date: Mon, 24 Nov 2025 09:49:16 -0800 Subject: [PATCH] Added Antigravity MCP serverUrl vs url key --- src/use-these-docs.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/use-these-docs.mdx b/src/use-these-docs.mdx index 53674604b8..5233a554e8 100644 --- a/src/use-these-docs.mdx +++ b/src/use-these-docs.mdx @@ -81,6 +81,20 @@ Add the following to your MCP settings configuration file: } ``` +### Connect with Antigravity + +Add the following to your MCP settings configuration file: + +```json +{ + "mcpServers": { + "docs-langchain": { + "serverUrl": "https://docs.langchain.com/mcp" + } + } +} +``` + ## Learn more For more information about using Mintlify's MCP servers, see the [official Mintlify documentation](https://www.mintlify.com/docs/ai/model-context-protocol).