@elizaos/plugin-mcp 1.0.4 → 1.0.5

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 +3 -3
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.4",
8
+ "version": "1.0.5",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -52,13 +52,13 @@
52
52
  "pluginParameters": {
53
53
  "PATH": {
54
54
  "type": "string",
55
- "description": "System PATH passed to child processes when establishing a stdio transport to an MCP server",
55
+ "description": "System PATH inherited from the host environment and forwarded to child processes when launching an MCP server through stdio transport.",
56
56
  "required": false,
57
57
  "sensitive": false
58
58
  },
59
59
  "mcp": {
60
60
  "type": "string",
61
- "description": "JSON or structured configuration defining MCP settings and server definitions for the agent",
61
+ "description": "Serialized (e.g., JSON) configuration that defines MCP settings and server definitions; read at runtime to establish MCP server connections.",
62
62
  "required": false,
63
63
  "sensitive": false
64
64
  }