@a4hgehad/weave-mcp 0.8.7 → 0.8.9
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/dist/index.js +3 -0
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -1965,6 +1965,9 @@ class ConfigHandler {
|
|
|
1965
1965
|
const merged = override ? { ...agentConfig, ...override } : { ...agentConfig };
|
|
1966
1966
|
const displayName = getAgentDisplayName(name);
|
|
1967
1967
|
result[displayName] = merged;
|
|
1968
|
+
if (name !== displayName) {
|
|
1969
|
+
result[name] = merged;
|
|
1970
|
+
}
|
|
1968
1971
|
}
|
|
1969
1972
|
return result;
|
|
1970
1973
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a4hgehad/weave-mcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"description": "Weave-MCP — lean OpenCode plugin with multi-agent orchestration and MCP support",
|
|
5
5
|
"author": "3r3bu5",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"opencode",
|
|
35
35
|
"plugin",
|
|
36
36
|
"agents",
|
|
37
|
-
"weave"
|
|
37
|
+
"weave",
|
|
38
|
+
"mcp"
|
|
38
39
|
],
|
|
39
40
|
"publishConfig": {
|
|
40
41
|
"registry": "https://registry.npmjs.org",
|