[PR #3189] feat: add HuangtingFlux MCP server integration guide #3257

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3189
Author: @markmeng0X
Created: 3/18/2026
Status: 🔄 Open

Base: mainHead: add-huangting-flux-integration


📝 Commits (3)

  • dd7e924 feat: add HuangtingFlux MCP server integration guide
  • 4b57ec4 fix: update integration guide URL to huangtingflux.com
  • 8b4995d fix: remove whitespace around dashes (LangChain.DashesSpaces)

📊 Changes

2 files changed (+202 additions, -0 deletions)

View changed files

src/oss/python/integrations/tools/huangting_flux.mdx (+193 -0)
📝 src/oss/python/integrations/tools/index.mdx (+9 -0)

📄 Description

Summary

This PR adds a new integration guide for HuangtingFlux — an open-source remote MCP server that reduces LangChain Agent token usage by 40% via a three-stage SOP workflow.

Changes

  • New file: src/oss/python/integrations/tools/huangting_flux.mdx
    • Updated: src/oss/python/integrations/tools/index.mdx — added HuangtingFlux to the AI Workflow Optimization category

Integration Details

Property Value
MCP Endpoint https://mcp.huangting.ai/mcp
Transport Streamable HTTP (MCP 2025-12-11)
Authentication None required
Integration Guide https://huangtingflux.com/integrations/langchain
GitHub https://github.com/XianDAO-Labs/huangting-flux-hub

Type of change

New documentation page

Checklist

  • I have read the contributing guidelines, including the language policy
  • - [x] All code examples have been tested and work correctly
  • - [x] I have used root relative paths for internal links

🔄 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/3189 **Author:** [@markmeng0X](https://github.com/markmeng0X) **Created:** 3/18/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-huangting-flux-integration` --- ### 📝 Commits (3) - [`dd7e924`](https://github.com/langchain-ai/docs/commit/dd7e924954d4ab245a39f9bb1c916b4f6da374cb) feat: add HuangtingFlux MCP server integration guide - [`4b57ec4`](https://github.com/langchain-ai/docs/commit/4b57ec47ebf880b1dd93fea5b081efcf2dd1b03d) fix: update integration guide URL to huangtingflux.com - [`8b4995d`](https://github.com/langchain-ai/docs/commit/8b4995dc0fc8796c08078b0cbb19101c40e18c21) fix: remove whitespace around dashes (LangChain.DashesSpaces) ### 📊 Changes **2 files changed** (+202 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/huangting_flux.mdx` (+193 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+9 -0) </details> ### 📄 Description ## Summary This PR adds a new integration guide for **HuangtingFlux** — an open-source remote MCP server that reduces LangChain Agent token usage by 40% via a three-stage SOP workflow. ### Changes - New file: `src/oss/python/integrations/tools/huangting_flux.mdx` - - Updated: `src/oss/python/integrations/tools/index.mdx` — added HuangtingFlux to the AI Workflow Optimization category ### Integration Details | Property | Value | |----------|-------| | MCP Endpoint | `https://mcp.huangting.ai/mcp` | | Transport | Streamable HTTP (MCP 2025-12-11) | | Authentication | None required | | Integration Guide | https://huangtingflux.com/integrations/langchain | | GitHub | https://github.com/XianDAO-Labs/huangting-flux-hub | ## Type of change New documentation page ## Checklist - [x] I have read the contributing guidelines, including the language policy - [x] - [x] All code examples have been tested and work correctly - [x] - [x] I have used root relative paths for internal links --- <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:21: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#3257