@elizaos/plugin-mcp 1.0.7 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.js +285 -458
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -138,8 +138,8 @@ The plugin includes one provider that adds MCP capabilities to the agent's conte
|
|
|
138
138
|
|
|
139
139
|
The plugin provides two actions for interacting with MCP servers:
|
|
140
140
|
|
|
141
|
-
1. **`
|
|
142
|
-
2. **`
|
|
141
|
+
1. **`CALL_MCP_TOOL`**: Executes tools from connected MCP servers
|
|
142
|
+
2. **`READ_MCP_RESOURCE`**: Accesses resources from connected MCP servers
|
|
143
143
|
|
|
144
144
|
## 🔄 Plugin Flow
|
|
145
145
|
|
|
@@ -148,7 +148,7 @@ The following diagram illustrates the MCP plugin's flow for tool selection and e
|
|
|
148
148
|
```mermaid
|
|
149
149
|
graph TD
|
|
150
150
|
%% Starting point - User request
|
|
151
|
-
start[User Request] --> action[
|
|
151
|
+
start[User Request] --> action[CALL_MCP_TOOL Action]
|
|
152
152
|
|
|
153
153
|
%% MCP Server Validation
|
|
154
154
|
action --> check{MCP Servers Available?}
|