@blacksmithers/vaultforge 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/manifest.json +2 -2
  2. package/package.json +3 -2
package/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": "0.3",
3
- "name": "@blacksmithers/vaultforge",
4
- "version": "1.0.2",
3
+ "name": "VaultForge",
4
+ "version": "1.0.3",
5
5
  "description": "Blazing-fast local MCP server for Obsidian vault operations via stdio",
6
6
  "author": {
7
7
  "name": "Solutions Forge LTDA",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blacksmithers/vaultforge",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Blazing-fast local MCP server for Obsidian vault operations via stdio",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,7 +22,8 @@
22
22
  "start": "node dist/index.js",
23
23
  "test": "vitest run",
24
24
  "test:watch": "vitest",
25
- "test:coverage": "vitest run --coverage"
25
+ "test:coverage": "vitest run --coverage",
26
+ "inspect": "npx -y @modelcontextprotocol/inspector node dist/index.js"
26
27
  },
27
28
  "repository": {
28
29
  "type": "git",