@alfe.ai/openclaw-mcp-bundler 0.0.21 → 0.0.23
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 +14 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfe.ai/openclaw-mcp-bundler",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"description": "OpenClaw plugin: thin IPC client over the alfe-gateway daemon's hosted MCP bundler. Surfaces every MCP tool the daemon knows about to the agent and exposes self-service alfe_mcp_list / add / remove tools for agent-driven roster management.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"openclaw.plugin.json"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@alfe.ai/mcp-bundler": "0.
|
|
30
|
+
"@alfe.ai/mcp-bundler": "0.3.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"openclaw": ">=2026.3.0"
|
|
@@ -38,6 +38,18 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"license": "UNLICENSED",
|
|
41
|
+
"homepage": "https://alfe.ai",
|
|
42
|
+
"author": "Alfe (https://alfe.ai)",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"alfe",
|
|
45
|
+
"ai-agents",
|
|
46
|
+
"agent",
|
|
47
|
+
"llm",
|
|
48
|
+
"mcp",
|
|
49
|
+
"model-context-protocol",
|
|
50
|
+
"openclaw",
|
|
51
|
+
"plugin"
|
|
52
|
+
],
|
|
41
53
|
"scripts": {
|
|
42
54
|
"build": "tsdown",
|
|
43
55
|
"dev": "tsdown --watch",
|