@fazer-ai/mcp-obsidian 1.0.0 → 1.0.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.
- package/dist/index.js +1 -1
- package/package.json +4 -1
package/dist/index.js
CHANGED
|
@@ -30371,7 +30371,7 @@ var import_express = __toESM(require_express2(), 1);
|
|
|
30371
30371
|
|
|
30372
30372
|
// package.json
|
|
30373
30373
|
var name = "@fazer-ai/mcp-obsidian";
|
|
30374
|
-
var version = "1.0.
|
|
30374
|
+
var version = "1.0.1";
|
|
30375
30375
|
|
|
30376
30376
|
// src/index.ts
|
|
30377
30377
|
var server = new McpServer({ name, version });
|
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fazer-ai/mcp-obsidian",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"module": "src/index.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
|
+
"bin": {
|
|
11
|
+
"mcp-obsidian": "dist/index.js"
|
|
12
|
+
},
|
|
10
13
|
"license": "MIT",
|
|
11
14
|
"repository": {
|
|
12
15
|
"type": "git",
|