[PR #2386] [MERGED] Fix syntax error for mcp docs #2386

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2386
Author: @Yacklin
Created: 1/27/2026
Status: Merged
Merged: 2/5/2026
Merged by: @mdrxy

Base: mainHead: fix-syntax-error-for-mcp-docs


📝 Commits (6)

  • 787511e chore: update package download counts (#3)
  • bf73ddc chore: update package download counts (#4)
  • bce8332 fix syntax error "await outside async function" for mcp documents
  • 6026a92 Merge branch 'main' into fix-syntax-error-for-mcp-docs
  • 4f41539 Merge branch 'langchain-ai:main' into fix-syntax-error-for-mcp-docs
  • f755fa9 cr

📊 Changes

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

View changed files

📝 src/oss/langchain/mcp.mdx (+32 -26)

📄 Description

Overview

fix syntax error, "await outside async function" for a code snippet in mcp documents

Type of change

Update existing documentation / Fix typo/bug/link/formatting

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


🔄 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/2386 **Author:** [@Yacklin](https://github.com/Yacklin) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix-syntax-error-for-mcp-docs` --- ### 📝 Commits (6) - [`787511e`](https://github.com/langchain-ai/docs/commit/787511e01b449bc3cbc6bf71652780fac4f85b00) chore: update package download counts (#3) - [`bf73ddc`](https://github.com/langchain-ai/docs/commit/bf73ddc323d5178362093bee46ec95bb652eeedc) chore: update package download counts (#4) - [`bce8332`](https://github.com/langchain-ai/docs/commit/bce8332241c285219fb2efa04f0f123333b3cfa1) fix syntax error "await outside async function" for mcp documents - [`6026a92`](https://github.com/langchain-ai/docs/commit/6026a925cc2d66bc01ebb0d71a4602ee425f732d) Merge branch 'main' into fix-syntax-error-for-mcp-docs - [`4f41539`](https://github.com/langchain-ai/docs/commit/4f415397bdca8fe94c1962871d67d085827317da) Merge branch 'langchain-ai:main' into fix-syntax-error-for-mcp-docs - [`f755fa9`](https://github.com/langchain-ai/docs/commit/f755fa94af436648ba5627b7a243af9d74bd749c) cr ### 📊 Changes **1 file changed** (+32 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/mcp.mdx` (+32 -26) </details> ### 📄 Description ## Overview fix syntax error, "await outside async function" for a code snippet in mcp documents ## Type of change Update existing documentation / Fix typo/bug/link/formatting ## 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 - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:21 -05:00
yindo closed this issue 2026-02-17 17:23:21 -05:00
yindo changed title from [PR #2386] Fix syntax error for mcp docs to [PR #2386] [MERGED] Fix syntax error for mcp docs 2026-06-05 18:18:18 -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#2386