File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ Currently, each `MCP client` (ReAct Agent) node can connect a stdio `MCP server`
3535> [ !CAUTION]
3636> This plugin does ** not** implement a ** human-in-the-loop** mechanism by default, so connect ** reliable mcp server only** .<br >
3737> To avoid it, decrease ` max itereations ` (default:` 3 ` ) to ` 1 ` , and use this Agent node repeatedly in Chatflow.<br >
38- > However, agent memory is reset by the end of Workflow, so use ` Conversaton Variable ` to save history and pass to QUERY.
38+ > However, agent memory is reset by the end of Workflow.<br >
39+ > Use ` Conversaton Variable ` to save history and pass it to QUERY.
3940> Don't forget to add a phrase such as
4041> * "ask for user's permission when calling tools"* in INSTRUCTION.
4142
@@ -104,8 +105,9 @@ MCP Agent Plugin node require config_json like this to command to awake an MCP s
104105}
105106```
106107> [ !WARNING]
107- > - Currently support one MCP server one Agent plugin node
108+ > - Currently support one MCP server per Agent node
108109> - ` npx.cmd ` instead of ` npx ` if you use Windows
110+ > - ` npx ` command needs global install of Node.js
109111
110112## Chatflow Example
111113![ showcase2] ( ./_assets/everything_mcp_server_test_resource.png )
You can’t perform that action at this time.
0 commit comments