[PR #3910] [MERGED] docs: add LangSmith Remote MCP page, deprecate standalone server #3920

Closed
opened 2026-06-05 18:53:35 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3910
Author: @langchain-infra
Created: 5/7/2026
Status: Merged
Merged: 5/8/2026
Merged by: @langchain-infra

Base: mainHead: mukil/deprecate-old-langsmith-mcp


📝 Commits (8)

  • 6a552b7 docs: add LangSmith Remote MCP page, deprecate standalone server
  • 9b6e03c docs: fix em-dash spacing per Vale LangChain.DashesSpaces
  • b738a4f docs(langsmith-remote-mcp): note Codex CLI incompatibility
  • 844ee24 docs(langsmith-remote-mcp): point Codex users at LangSmith CLI
  • 61dbcd4 Update src/langsmith/langsmith-remote-mcp.mdx
  • 4adb01d Update src/langsmith/langsmith-remote-mcp.mdx
  • 2727e39 Update src/langsmith/langsmith-remote-mcp.mdx
  • b156b89 Update src/langsmith/langsmith-remote-mcp.mdx

📊 Changes

3 files changed (+111 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/langsmith-mcp-server.mdx (+8 -0)
src/langsmith/langsmith-remote-mcp.mdx (+102 -0)

📄 Description

Summary

  • Adds a dedicated landing page for the OAuth-authenticated remote MCP server hosted at api.smith.langchain.com/mcp (US) and eu.api.smith.langchain.com/mcp (EU). Covers OAuth 2.1 + dynamic client registration, quickstart configs for Claude Code and Cursor, the tool surface, and re-auth instructions.
  • Adds a deprecation <Warning> to the existing standalone-server page (langsmith-mcp-server.mdx) directing Cloud users to the new page. Notes explicitly that the Remote MCP is SaaS-only for now and that the standalone server remains the supported path for self-hosted LangSmith.
  • Wires the new page into the "Viewing & managing traces" section of the sidebar.

The standalone server's content (PyPI install, Docker, headers, etc.) is intentionally preserved on the existing page since it's still the supported option for self-hosted deployments.

Release Note

Documented the new OAuth-based LangSmith Remote MCP at api.smith.langchain.com/mcp and clarified that the standalone langsmith-mcp-server package is now the self-hosted-only path.

Test Plan

  • Preview the new langsmith-remote-mcp page in the docs build and confirm rendering of the <Note> and <Warning> callouts.
  • Verify the deprecation <Warning> on the standalone-server page renders and links resolve to the new page.
  • Confirm the new page appears in the sidebar under "Viewing & managing traces" → above the standalone-server page.
  • Verify the Claude Code config snippet works against api.smith.langchain.com/mcp (OAuth flow completes; tools surface as mcp__langsmith__*).

🔄 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/3910 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 5/7/2026 **Status:** ✅ Merged **Merged:** 5/8/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `mukil/deprecate-old-langsmith-mcp` --- ### 📝 Commits (8) - [`6a552b7`](https://github.com/langchain-ai/docs/commit/6a552b73ea22846f706201c2d9175e8fa405bdc8) docs: add LangSmith Remote MCP page, deprecate standalone server - [`9b6e03c`](https://github.com/langchain-ai/docs/commit/9b6e03c7f08e473f7f65cb74691184863533b52d) docs: fix em-dash spacing per Vale LangChain.DashesSpaces - [`b738a4f`](https://github.com/langchain-ai/docs/commit/b738a4f6d7fe2906756e5ab2e2d2254ac6c0b5e0) docs(langsmith-remote-mcp): note Codex CLI incompatibility - [`844ee24`](https://github.com/langchain-ai/docs/commit/844ee2416ed621033b5a2ee0e5188a91f5b79c14) docs(langsmith-remote-mcp): point Codex users at LangSmith CLI - [`61dbcd4`](https://github.com/langchain-ai/docs/commit/61dbcd41271e75b357ed1962eeea54bf242ee4b1) Update src/langsmith/langsmith-remote-mcp.mdx - [`4adb01d`](https://github.com/langchain-ai/docs/commit/4adb01dabca1bcc4d97e3e8826a18e53e5fa8ded) Update src/langsmith/langsmith-remote-mcp.mdx - [`2727e39`](https://github.com/langchain-ai/docs/commit/2727e393b993f51569ca96143f69fd8b79181373) Update src/langsmith/langsmith-remote-mcp.mdx - [`b156b89`](https://github.com/langchain-ai/docs/commit/b156b89d05c71c0fbe70b88453649d1a55c43d0d) Update src/langsmith/langsmith-remote-mcp.mdx ### 📊 Changes **3 files changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/langsmith-mcp-server.mdx` (+8 -0) ➕ `src/langsmith/langsmith-remote-mcp.mdx` (+102 -0) </details> ### 📄 Description ## Summary - Adds a dedicated landing page for the OAuth-authenticated remote MCP server hosted at `api.smith.langchain.com/mcp` (US) and `eu.api.smith.langchain.com/mcp` (EU). Covers OAuth 2.1 + dynamic client registration, quickstart configs for Claude Code and Cursor, the tool surface, and re-auth instructions. - Adds a deprecation `<Warning>` to the existing standalone-server page (`langsmith-mcp-server.mdx`) directing Cloud users to the new page. Notes explicitly that the Remote MCP is **SaaS-only for now** and that the standalone server remains the supported path for self-hosted LangSmith. - Wires the new page into the "Viewing & managing traces" section of the sidebar. The standalone server's content (PyPI install, Docker, headers, etc.) is intentionally preserved on the existing page since it's still the supported option for self-hosted deployments. ## Release Note Documented the new OAuth-based LangSmith Remote MCP at `api.smith.langchain.com/mcp` and clarified that the standalone `langsmith-mcp-server` package is now the self-hosted-only path. ## Test Plan - [ ] Preview the new `langsmith-remote-mcp` page in the docs build and confirm rendering of the `<Note>` and `<Warning>` callouts. - [ ] Verify the deprecation `<Warning>` on the standalone-server page renders and links resolve to the new page. - [ ] Confirm the new page appears in the sidebar under "Viewing & managing traces" → above the standalone-server page. - [ ] Verify the Claude Code config snippet works against `api.smith.langchain.com/mcp` (OAuth flow completes; tools surface as `mcp__langsmith__*`). --- <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-06-05 18:53:35 -04:00
yindo closed this issue 2026-06-05 18:53:35 -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#3920