[PR #2357] [MERGED] Update MCP connection instructions for VS Code #2362

Closed
opened 2026-02-17 17:23:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2357
Author: @oddrationale
Created: 1/24/2026
Status: Merged
Merged: 1/26/2026
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (3)

  • 7931513 Update connection instructions for VS Code
  • f07d683 Change section title to 'Connect with Cursor or Antigravity'
  • e5579eb Update MCP settings documentation for Antigravity

📊 Changes

1 file changed (+15 additions, -1 deletions)

View changed files

📝 src/use-these-docs.mdx (+15 -1)

📄 Description

Overview

VS Code uses servers instead of mcpServers in its MCP settings as described in their docs.

For reference, here's documentation from Cursor that confirms they use mcpServers. I've confirmed that Antigravity also uses mcpServers by manually checking the settings as they do not mention it in their docs. Note that Antigravity also uses serverUrl rather than url like Cursor and VS Code.

In summary, there should be three configurations:

  • Cursor: mcpServers and url
  • VS Code: servers and url
  • Antigravity: mcpServers and serverUrl

Type of change

Type: Update existing documentation

Related issues/PRs

None

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

None


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2357 **Author:** [@oddrationale](https://github.com/oddrationale) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`7931513`](https://github.com/langchain-ai/docs/commit/7931513bcac75cff9918642c33921af84fbe2b11) Update connection instructions for VS Code - [`f07d683`](https://github.com/langchain-ai/docs/commit/f07d68354aa0b906a667936980badfee7a3a0f98) Change section title to 'Connect with Cursor or Antigravity' - [`e5579eb`](https://github.com/langchain-ai/docs/commit/e5579eba4adc7d25149953d22b894df40cd89ffc) Update MCP settings documentation for Antigravity ### 📊 Changes **1 file changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/use-these-docs.mdx` (+15 -1) </details> ### 📄 Description ## Overview VS Code uses `servers` instead of `mcpServers` in its MCP settings as described in [their docs][1]. For reference, here's [documentation from Cursor][2] that confirms they use `mcpServers`. I've confirmed that Antigravity also uses `mcpServers` by manually checking the settings as they do not mention it in [their docs][3]. Note that Antigravity also uses `serverUrl` rather than `url` like Cursor and VS Code. In summary, there should be three configurations: - **Cursor**: `mcpServers` and `url` - **VS Code**: `servers` and `url` - **Antigravity**: `mcpServers` and `serverUrl` ## Type of change **Type:** Update existing documentation ## Related issues/PRs None ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes None [1]: https://code.visualstudio.com/docs/copilot/customization/mcp-servers#_other-options-to-add-an-mcp-server [2]: https://cursor.com/docs/context/mcp#using-mcpjson [3]: https://antigravity.google/docs/mcp#connecting-custom-mcp-servers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:20 -05:00
yindo closed this issue 2026-02-17 17:23:20 -05:00
yindo changed title from [PR #2357] Update MCP connection instructions for VS Code to [PR #2357] [MERGED] Update MCP connection instructions for VS Code 2026-06-05 18:18:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2362