[PR #1048] [MERGED] fix(docs): update claude code add mcp command with valid server name #1246

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1048
Author: @niilooy
Created: 10/21/2025
Status: Merged
Merged: 10/21/2025
Merged by: @mdrxy

Base: mainHead: fix/add-mcp-command-claude-code


📝 Commits (1)

  • 0c0cf67 fix(docs): update claude code add mcp command with valid server name

📊 Changes

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

View changed files

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

📄 Description

Description

This PR fixes the Claude Code add MCP server command in the documentation. The server name "Docs by LangChain" contained spaces which are invalid according to Claude Code's naming requirements (only letters, numbers, hyphens, and underscores are allowed).

image

Changes

  • Updated MCP server name from "Docs by LangChain" to "docs-langchain" in the Claude Code installation command
image

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Testing

  • Verified the command syntax matches Claude Code's naming requirements
  • No code changes required - documentation only

🔄 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/1048 **Author:** [@niilooy](https://github.com/niilooy) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix/add-mcp-command-claude-code` --- ### 📝 Commits (1) - [`0c0cf67`](https://github.com/langchain-ai/docs/commit/0c0cf674d7ad2bd89faf00145ece60b8a946255e) fix(docs): update claude code add mcp command with valid server name ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/use-these-docs.mdx` (+1 -1) </details> ### 📄 Description ## Description This PR fixes the Claude Code add MCP server command in the documentation. The server name "Docs by LangChain" contained spaces which are invalid according to Claude Code's naming requirements (only letters, numbers, hyphens, and underscores are allowed). <img width="1019" height="60" alt="image" src="https://github.com/user-attachments/assets/e83260f4-a397-4df9-8013-6dd42712cbff" /> ## Changes - Updated MCP server name from `"Docs by LangChain"` to `"docs-langchain"` in the Claude Code installation command <img width="991" height="43" alt="image" src="https://github.com/user-attachments/assets/24dbd3b9-39da-4783-b3d1-9e1e52c2888a" /> ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] Documentation update ## Testing - Verified the command syntax matches Claude Code's naming requirements - No code changes required - documentation only --- <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:22:00 -05:00
yindo closed this issue 2026-02-17 17:22:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1246