mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-21 18:05:30 -04:00
[PR #152] [MERGED] feat: add mcp tool type #186
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/add-mcp-tool-type📝 Commits (3)
f614c43feat: add mcp tool type19dc991chore: remove the unused filef86b87cfix: 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.