@codazen/harmonica-mcp 0.25.0 → 0.25.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27038,7 +27038,7 @@ function loadConfig() {
27038
27038
  };
27039
27039
  }
27040
27040
  async function main() {
27041
- console.error(`[harmonica-mcp] v${"0.25.0"} starting\u2026`);
27041
+ console.error(`[harmonica-mcp] v${"0.25.1"} starting\u2026`);
27042
27042
  const config2 = loadConfig();
27043
27043
  const client = createHttpClient({
27044
27044
  apiBaseUrl: config2.apiBaseUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codazen/harmonica-mcp",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "MCP server for Harmonica — connect Claude to your Harmonica projects",
5
5
  "license": "MIT",
6
6
  "bin": {