[PR #3921] [MERGED] docs(langsmith-remote-mcp): add AWS region, extract reusable region URL snippet #3931

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

📋 Pull Request Information

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

Base: mainHead: mukil/remote-mcp-aws-region


📝 Commits (1)

  • d438343 docs(langsmith-remote-mcp): include AWS region, add reusable region URL snippet

📊 Changes

2 files changed (+11 additions, -5 deletions)

View changed files

📝 src/langsmith/langsmith-remote-mcp.mdx (+4 -5)
src/snippets/langsmith/saas-region-urls.mdx (+7 -0)

📄 Description

Summary

  • Surface the US (AWS) endpoint (aws.api.smith.langchain.com/mcp) on the Remote MCP page alongside US (GCP) and EU (GCP).
  • Extract the region table to a new reusable snippet src/snippets/langsmith/saas-region-urls.mdx that takes a suffix prop (e.g. /mcp, /api/v1/runs, or empty) — first prop-receiving snippet in the docs, opens the door to consolidating the same table that's currently inlined across cloud.mdx, cicd-pipeline-example.mdx, and others.

Test plan

  • Mintlify dev server renders the table on /langsmith/langsmith-remote-mcp with all three URLs and /mcp suffix
  • Vale (make lint_prose) clean — verified locally
  • No broken links introduced

🔄 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/3921 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 5/8/2026 **Status:** ✅ Merged **Merged:** 5/8/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `mukil/remote-mcp-aws-region` --- ### 📝 Commits (1) - [`d438343`](https://github.com/langchain-ai/docs/commit/d438343ef371da575094ade95c60a356c77e4220) docs(langsmith-remote-mcp): include AWS region, add reusable region URL snippet ### 📊 Changes **2 files changed** (+11 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/langsmith-remote-mcp.mdx` (+4 -5) ➕ `src/snippets/langsmith/saas-region-urls.mdx` (+7 -0) </details> ### 📄 Description ## Summary - Surface the US (AWS) endpoint (`aws.api.smith.langchain.com/mcp`) on the Remote MCP page alongside US (GCP) and EU (GCP). - Extract the region table to a new reusable snippet `src/snippets/langsmith/saas-region-urls.mdx` that takes a `suffix` prop (e.g. `/mcp`, `/api/v1/runs`, or empty) — first prop-receiving snippet in the docs, opens the door to consolidating the same table that's currently inlined across `cloud.mdx`, `cicd-pipeline-example.mdx`, and others. ## Test plan - [x] Mintlify dev server renders the table on `/langsmith/langsmith-remote-mcp` with all three URLs and `/mcp` suffix - [x] Vale (`make lint_prose`) clean — verified locally - [x] No broken links introduced --- <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:37 -04:00
yindo closed this issue 2026-06-05 18:53:37 -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#3931