@fazer-ai/mcp-obsidian 1.0.3 → 1.0.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.
@@ -23234,7 +23234,7 @@ var require_express2 = __commonJS((exports, module) => {
23234
23234
  module.exports = require_express();
23235
23235
  });
23236
23236
 
23237
- // src/index.ts
23237
+ // src/transports/sse.ts
23238
23238
  var import_log_timestamp = __toESM(require_log_timestamp(), 1);
23239
23239
 
23240
23240
  // src/config.ts
@@ -30411,14 +30411,14 @@ data: ${JSON.stringify(message)}
30411
30411
  }
30412
30412
  }
30413
30413
 
30414
- // src/index.ts
30414
+ // src/transports/sse.ts
30415
30415
  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.3";
30419
+ var version = "1.0.5";
30420
30420
 
30421
- // src/index.ts
30421
+ // src/transports/sse.ts
30422
30422
  var server = new McpServer({ name, version });
30423
30423
  registerTools(server);
30424
30424
  var transports = {};
@@ -30442,5 +30442,5 @@ app.post("/messages", async (req, res) => {
30442
30442
  }
30443
30443
  });
30444
30444
  app.listen(config_default.port, () => {
30445
- console.error(`Server is running on http://localhost:${config_default.port}`);
30445
+ console.log(`Server is running on http://localhost:${config_default.port}`);
30446
30446
  });