@elizaos/plugin-mcp 1.0.3 → 1.0.4

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 (1) hide show
  1. package/package.json +15 -2
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
8
- "version": "1.0.3",
8
+ "version": "1.0.4",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -49,6 +49,19 @@
49
49
  },
50
50
  "agentConfig": {
51
51
  "pluginType": "elizaos:plugin:1.0.0",
52
- "pluginParameters": {}
52
+ "pluginParameters": {
53
+ "PATH": {
54
+ "type": "string",
55
+ "description": "System PATH passed to child processes when establishing a stdio transport to an MCP server",
56
+ "required": false,
57
+ "sensitive": false
58
+ },
59
+ "mcp": {
60
+ "type": "string",
61
+ "description": "JSON or structured configuration defining MCP settings and server definitions for the agent",
62
+ "required": false,
63
+ "sensitive": false
64
+ }
65
+ }
53
66
  }
54
67
  }