@codazen/harmonica-mcp 0.5.3 → 0.5.5
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -446290,7 +446290,7 @@ function loadConfig() {
|
|
|
446290
446290
|
};
|
|
446291
446291
|
}
|
|
446292
446292
|
async function main() {
|
|
446293
|
-
console.error(`[harmonica-mcp] v${"0.5.
|
|
446293
|
+
console.error(`[harmonica-mcp] v${"0.5.5"} starting\u2026`);
|
|
446294
446294
|
const config2 = loadConfig();
|
|
446295
446295
|
const client2 = createHttpClient({
|
|
446296
446296
|
apiBaseUrl: config2.apiBaseUrl,
|