You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,6 @@ Each `MCP client` (ReAct Agent) node can connect `MCP servers`.
45
45
> Don't forget to add a phrase such as
46
46
> *"ask for user's permission when calling tools"* in INSTRUCTION.
47
47
48
-
> [!WARNING]
49
-
> - The Tools field should not be left blank. so **select Dify tools** like "current time".
50
-
51
48
# How to use this plugin
52
49
53
50
## 🛜Install the plugin from GitHub
@@ -104,17 +101,19 @@ MCP Agent Plugin node require config_json like this to command or URL to connect
104
101
> [!WARNING]
105
102
> - Each server's port number should be different, like 8080, 8008, ...
106
103
> - If you want to use stdio mcp server
107
-
> - Convert it to SSE mcp server
108
-
> - or deploy with source code (**NOT** by .difypkg or GitHub reposity name install)
104
+
> - Convert it to SSE mcp server https://github.com/3dify-project/dify-mcp-client/edit/main/README.md#how-to-convert-stdio-mcp-server-into-sse-mcp-server
105
+
> - or deploy with source code (**NOT** by .difypkg or GitHub reposity name install)https://github.com/3dify-project/dify-mcp-client/edit/main/README.md#-how-to-develop-and-deploy-plugin
0 commit comments