@fazer-ai/mcp-obsidian 1.0.2 → 1.0.3

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23286,7 +23286,7 @@ class Obsidian {
23286
23286
  headers,
23287
23287
  body
23288
23288
  }) {
23289
- console.debug(`[${method}] ${this.baseUrl}${path}`);
23289
+ console.error(`[${method}] ${this.baseUrl}${path}`);
23290
23290
  const response = await fetch(`${this.baseUrl}${path}`, {
23291
23291
  method,
23292
23292
  headers: { ...this.headers, ...headers },
@@ -30416,7 +30416,7 @@ var import_express = __toESM(require_express2(), 1);
30416
30416
 
30417
30417
  // package.json
30418
30418
  var name = "@fazer-ai/mcp-obsidian";
30419
- var version = "1.0.2";
30419
+ var version = "1.0.3";
30420
30420
 
30421
30421
  // src/index.ts
30422
30422
  var server = new McpServer({ name, version });
@@ -30442,5 +30442,5 @@ app.post("/messages", async (req, res) => {
30442
30442
  }
30443
30443
  });
30444
30444
  app.listen(config_default.port, () => {
30445
- console.log(`Server is running on http://localhost:${config_default.port}`);
30445
+ console.error(`Server is running on http://localhost:${config_default.port}`);
30446
30446
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fazer-ai/mcp-obsidian",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "module": "src/index.ts",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",