@a4hgehad/weave-mcp 0.8.9 → 0.8.11
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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1965,9 +1965,7 @@ class ConfigHandler {
|
|
|
1965
1965
|
const merged = override ? { ...agentConfig, ...override } : { ...agentConfig };
|
|
1966
1966
|
const displayName = getAgentDisplayName(name);
|
|
1967
1967
|
result[displayName] = merged;
|
|
1968
|
-
|
|
1969
|
-
result[name] = merged;
|
|
1970
|
-
}
|
|
1968
|
+
result[name] = merged;
|
|
1971
1969
|
}
|
|
1972
1970
|
return result;
|
|
1973
1971
|
}
|