Skip to content

Commit 73e0a3f

Browse files
authored
Fix mistaken words
1 parent ca35477 commit 73e0a3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)