@a4hgehad/weave-mcp 0.9.1 → 0.9.2
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 +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -498,8 +498,7 @@ class ConfigHandler {
|
|
|
498
498
|
const override = overrides[name];
|
|
499
499
|
const merged = override ? { ...agentConfig, ...override } : { ...agentConfig };
|
|
500
500
|
const agentWithMcps = this.applyAgentMcpDefaults(name, merged);
|
|
501
|
-
|
|
502
|
-
result[displayName] = agentWithMcps;
|
|
501
|
+
result[name] = agentWithMcps;
|
|
503
502
|
}
|
|
504
503
|
return result;
|
|
505
504
|
}
|