[PR #91] [CLOSED] docs/mcp #366

Closed
opened 2026-02-16 06:15:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/91
Author: @AllenWriter
Created: 5/16/2025
Status: Closed

Base: mainHead: docs/mcp


📝 Commits (10+)

📊 Changes

42 files changed (+1143 additions, -811 deletions)

View changed files

📝 docs.json (+19 -4)
📝 en/guides/monitoring/analysis.mdx (+0 -1)
📝 en/guides/workflow/additional-features.mdx (+0 -1)
📝 en/guides/workflow/node/doc-extractor.mdx (+0 -1)
📝 en/guides/workflow/node/iteration.mdx (+0 -1)
📝 en/guides/workflow/node/knowledge-retrieval.mdx (+0 -1)
📝 en/guides/workflow/node/question-classifier.mdx (+0 -1)
zh-hans/getting-started/.DS_Store (+0 -0)
📝 zh-hans/guides/application-orchestrate/agent.mdx (+87 -33)
zh-hans/guides/application-publishing/workflow-as-tool.mdx (+66 -0)
📝 zh-hans/guides/tools/advanced-tool-integration.mdx (+5 -1)
zh-hans/guides/tools/community/alphavantage.mdx (+0 -49)
zh-hans/guides/tools/community/comfyui.mdx (+0 -46)
zh-hans/guides/tools/community/searchapi.mdx (+0 -55)
zh-hans/guides/tools/community/searxng.mdx (+0 -52)
zh-hans/guides/tools/community/serper.mdx (+0 -53)
zh-hans/guides/tools/community/siliconflow.mdx (+0 -67)
zh-hans/guides/tools/dify/bing.mdx (+0 -53)
zh-hans/guides/tools/dify/dall-e.mdx (+0 -55)
zh-hans/guides/tools/dify/google.mdx (+0 -53)

...and 22 more files

📄 Description

  • Feat: update mcp server
  • Feat: update mcp server
  • Docs: update multi docs link
  • Docs: update mcp serve
  • Docs: modify tools scope and update mcp

🔄 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/langgenius/dify-docs/pull/91 **Author:** [@AllenWriter](https://github.com/AllenWriter) **Created:** 5/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/mcp` --- ### 📝 Commits (10+) - [`3aa075a`](https://github.com/langgenius/dify-docs/commit/3aa075a10380011240dae98f695a24da8843fd25) Feat: update mcp server - [`668f7b2`](https://github.com/langgenius/dify-docs/commit/668f7b283234b389f4062e48c3e0a368187b5d5e) Feat: update mcp server - [`fea8922`](https://github.com/langgenius/dify-docs/commit/fea8922052da749641300be49a1b678b9960e4ef) Docs: update multi docs link - [`21125e7`](https://github.com/langgenius/dify-docs/commit/21125e703809921159388c84b11b32bb0588f7b6) Docs: update mcp serve - [`25cf351`](https://github.com/langgenius/dify-docs/commit/25cf351fcc4274e45e55e5abd361c568cb45c573) Merge branch 'main' into docs/mcp - [`e8eecaf`](https://github.com/langgenius/dify-docs/commit/e8eecaf4714dfc9ff5a2f8b403bc43763b4e4c37) Docs: modify tools scope and update mcp - [`b2110ba`](https://github.com/langgenius/dify-docs/commit/b2110baaec6fa4fce63459843a745af14baf209e) Feat: remove blank - [`10724b9`](https://github.com/langgenius/dify-docs/commit/10724b99353e01ee501a86edc0c3facadd787d13) Docs: update mcp content - [`e9e480c`](https://github.com/langgenius/dify-docs/commit/e9e480c825f31cb2d1c884c60f43ac06f812628c) Docs: update dify mcp - [`e26c5fe`](https://github.com/langgenius/dify-docs/commit/e26c5fe8c0f3d5f5f755d09594ef997f856b7c77) Docs: update workflow tool ### 📊 Changes **42 files changed** (+1143 additions, -811 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+19 -4) 📝 `en/guides/monitoring/analysis.mdx` (+0 -1) 📝 `en/guides/workflow/additional-features.mdx` (+0 -1) 📝 `en/guides/workflow/node/doc-extractor.mdx` (+0 -1) 📝 `en/guides/workflow/node/iteration.mdx` (+0 -1) 📝 `en/guides/workflow/node/knowledge-retrieval.mdx` (+0 -1) 📝 `en/guides/workflow/node/question-classifier.mdx` (+0 -1) ➕ `zh-hans/getting-started/.DS_Store` (+0 -0) 📝 `zh-hans/guides/application-orchestrate/agent.mdx` (+87 -33) ➕ `zh-hans/guides/application-publishing/workflow-as-tool.mdx` (+66 -0) 📝 `zh-hans/guides/tools/advanced-tool-integration.mdx` (+5 -1) ➖ `zh-hans/guides/tools/community/alphavantage.mdx` (+0 -49) ➖ `zh-hans/guides/tools/community/comfyui.mdx` (+0 -46) ➖ `zh-hans/guides/tools/community/searchapi.mdx` (+0 -55) ➖ `zh-hans/guides/tools/community/searxng.mdx` (+0 -52) ➖ `zh-hans/guides/tools/community/serper.mdx` (+0 -53) ➖ `zh-hans/guides/tools/community/siliconflow.mdx` (+0 -67) ➖ `zh-hans/guides/tools/dify/bing.mdx` (+0 -53) ➖ `zh-hans/guides/tools/dify/dall-e.mdx` (+0 -55) ➖ `zh-hans/guides/tools/dify/google.mdx` (+0 -53) _...and 22 more files_ </details> ### 📄 Description - **Feat: update mcp server** - **Feat: update mcp server** - **Docs: update multi docs link** - **Docs: update mcp serve** - **Docs: modify tools scope and update mcp** --- <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-16 06:15:16 -05:00
yindo closed this issue 2026-02-16 06:15:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#366