Skip to content

Commit faa9584

Browse files
authored
Doc: replace SSE with Streamable HTTP
1 parent 4ea2682 commit faa9584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This plugin includes [UI-TARS SDK](https://github.com/bytedance/UI-TARS-desktop/
4848
>
4949
> Normal difypkg install doesn't work. Because UI-TARS require OS native API, yet Dify plugin env is Linux docker container.
5050
>
51-
> I'm thinking alternative solusion via HTTP Streamable MCP.
51+
> I'm thinking alternative solusion via Streamable HTTP MCP.
5252
### Key Features
5353
- **On-demand GUI automation**: UI-TARS is called only when needed, reducing token consumption
5454
- **Life-time control**: Set maximum loop count per task to prevent runaway automation
@@ -161,9 +161,9 @@ MCP Agent Plugin node require config_json like this to command or URL to connect
161161
> [!WARNING]
162162
> - Each server's port number should be different, like 8080, 8008, ...
163163
> - If you want to use stdio mcp server, there are 3 ways.
164-
> 1. 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
164+
> 1. Convert it to Streamable HTTP mcp server using mcp-proxy https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#1-stdio-to-ssestreamablehttp
165165
> 2. 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
166-
> 3. Pre-install Node.js inside dify-plugin docker (issue:https://github.com/3dify-project/dify-mcp-client/issues/10) guide: https://github.com/tangyoha/tangyoha-bili/tree/master/dify/mcp/map_mcp
166+
> 3. Pre-install Node.js inside dify-plugin docker (Only TypeScript stdio server)
167167
168168
## Chatflow Example
169169
![showcase2](./_assets/everything_mcp_server_test_resource.png)

0 commit comments

Comments
 (0)