@codazen/harmonica-mcp 0.25.4 → 0.26.0
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
|
@@ -27068,7 +27068,7 @@ function loadConfig() {
|
|
|
27068
27068
|
};
|
|
27069
27069
|
}
|
|
27070
27070
|
async function main() {
|
|
27071
|
-
console.error(`[harmonica-mcp] v${"0.
|
|
27071
|
+
console.error(`[harmonica-mcp] v${"0.26.0"} starting\u2026`);
|
|
27072
27072
|
const config2 = loadConfig();
|
|
27073
27073
|
const client = createHttpClient({
|
|
27074
27074
|
apiBaseUrl: config2.apiBaseUrl,
|