[PR #152] [MERGED] feat: add mcp tool type #186

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/152
Author: @Nov1c444
Created: 5/28/2025
Status: Merged
Merged: 5/28/2025
Merged by: @Nov1c444

Base: mainHead: feat/add-mcp-tool-type


📝 Commits (3)

  • f614c43 feat: add mcp tool type
  • 19dc991 chore: remove the unused file
  • f86b87c fix: remove the unused file

📊 Changes

6 files changed (+41 additions, -29 deletions)

View changed files

📝 python/dify_plugin/entities/tool.py (+1 -0)
📝 python/examples/agent/README.md (+1 -1)
📝 python/examples/agent/manifest.yaml (+2 -2)
📝 python/examples/agent/requirements.txt (+1 -1)
📝 python/examples/agent/strategies/ReAct.py (+2 -2)
📝 python/examples/agent/strategies/function_calling.py (+34 -23)

📄 Description

Add mcp tool type and update the agent example.


🔄 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-plugin-sdks/pull/152 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `feat/add-mcp-tool-type` --- ### 📝 Commits (3) - [`f614c43`](https://github.com/langgenius/dify-plugin-sdks/commit/f614c4345cf7c10b33faa7628180e7fa45f6f091) feat: add mcp tool type - [`19dc991`](https://github.com/langgenius/dify-plugin-sdks/commit/19dc991d2543c281c10dd3c49574e3ea60b5e083) chore: remove the unused file - [`f86b87c`](https://github.com/langgenius/dify-plugin-sdks/commit/f86b87c6892e1e37afb02041f8fab6ccd9a5a951) fix: remove the unused file ### 📊 Changes **6 files changed** (+41 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/entities/tool.py` (+1 -0) 📝 `python/examples/agent/README.md` (+1 -1) 📝 `python/examples/agent/manifest.yaml` (+2 -2) 📝 `python/examples/agent/requirements.txt` (+1 -1) 📝 `python/examples/agent/strategies/ReAct.py` (+2 -2) 📝 `python/examples/agent/strategies/function_calling.py` (+34 -23) </details> ### 📄 Description Add mcp tool type and update the agent example. --- <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-15 21:16:08 -05:00
yindo closed this issue 2026-02-15 21:16:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#186