@elizaos/plugin-mcp 1.0.8 → 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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +285 -458
  3. 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. **`CALL_TOOL`**: Executes tools from connected MCP servers
142
- 2. **`READ_RESOURCE`**: Accesses resources from connected MCP servers
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[CALL_TOOL Action]
151
+ start[User Request] --> action[CALL_MCP_TOOL Action]
152
152
 
153
153
  %% MCP Server Validation
154
154
  action --> check{MCP Servers Available?}