@elizaos/plugin-mcp 1.0.2 → 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.
- package/package.json +7 -15
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.
|
|
8
|
+
"version": "1.0.4",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -50,25 +50,17 @@
|
|
|
50
50
|
"agentConfig": {
|
|
51
51
|
"pluginType": "elizaos:plugin:1.0.0",
|
|
52
52
|
"pluginParameters": {
|
|
53
|
-
"GITHUB_PERSONAL_ACCESS_TOKEN": {
|
|
54
|
-
"type": "string",
|
|
55
|
-
"description": "Personal access token used by the GitHub MCP server for authentication to GitHub APIs.",
|
|
56
|
-
"required": true
|
|
57
|
-
},
|
|
58
|
-
"GOOGLE_MAPS_API_KEY": {
|
|
59
|
-
"type": "string",
|
|
60
|
-
"description": "API key used by the Google Maps MCP server to access Google Maps services.",
|
|
61
|
-
"required": true
|
|
62
|
-
},
|
|
63
53
|
"PATH": {
|
|
64
54
|
"type": "string",
|
|
65
|
-
"description": "System PATH
|
|
66
|
-
"required": false
|
|
55
|
+
"description": "System PATH passed to child processes when establishing a stdio transport to an MCP server",
|
|
56
|
+
"required": false,
|
|
57
|
+
"sensitive": false
|
|
67
58
|
},
|
|
68
59
|
"mcp": {
|
|
69
60
|
"type": "string",
|
|
70
|
-
"description": "JSON
|
|
71
|
-
"required": false
|
|
61
|
+
"description": "JSON or structured configuration defining MCP settings and server definitions for the agent",
|
|
62
|
+
"required": false,
|
|
63
|
+
"sensitive": false
|
|
72
64
|
}
|
|
73
65
|
}
|
|
74
66
|
}
|