Skip to content

Commit dce963a

Browse files
authored
Update README.md for v0.0.4
1 parent 0fdfcd8 commit dce963a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ Each `MCP client` (ReAct Agent) node can connect `MCP servers`.
4545
> Don't forget to add a phrase such as
4646
> *"ask for user's permission when calling tools"* in INSTRUCTION.
4747
48-
> [!WARNING]
49-
> - The Tools field should not be left blank. so **select Dify tools** like "current time".
50-
5148
# How to use this plugin
5249

5350
## 🛜Install the plugin from GitHub
@@ -104,17 +101,19 @@ MCP Agent Plugin node require config_json like this to command or URL to connect
104101
> [!WARNING]
105102
> - Each server's port number should be different, like 8080, 8008, ...
106103
> - 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
109106
110107
## Chatflow Example
111108
![showcase2](./_assets/everything_mcp_server_test_resource.png)
109+
> [!WARNING]
110+
> - The Tools field should not be left blank. so **select Dify tools** like "current time".
112111
#### I provide this Dify ChatFlow `.yml` for testing this plugin.
113112
https://github.com/3dify-project/dify-mcp-client/tree/main/test/chatflow
114113
#### After download DSL(yml) file, import it in Dify and you can test MCP using "Everything MCP server"
115114
https://github.com/modelcontextprotocol/servers/tree/main/src/everything
116115

117-
# How to convert stdio MCP server into SSE MCP server
116+
# How to convert `stdio` MCP server into SSE MCP server
118117
## option1️⃣: Edit MCP server's code
119118
If fastMCP server, change like this
120119
```diff

0 commit comments

Comments
 (0)