obsidian-native-mcp 1.5.2 → 1.5.4

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.
@@ -6,14 +6,15 @@ on:
6
6
  - cron: '0 8 * * 1'
7
7
  permissions:
8
8
  contents: read
9
- id-token: write
10
- security-events: write
11
9
  jobs:
12
10
  analysis:
11
+ permissions:
12
+ id-token: write
13
+ security-events: write
13
14
  runs-on: ubuntu-latest
14
15
  steps:
15
16
  - uses: actions/checkout@v6
16
- - uses: ossf/scorecard-action@v2
17
+ - uses: ossf/scorecard-action@v2.4.3
17
18
  with:
18
19
  results_file: results.sarif
19
20
  results_format: sarif
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.5.4](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.3...1.5.4) (2026-06-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ - move id-token:write and security-events:write to job level (Scorecard API requires it) ([2283f4d](https://github.com/usrivastava92/obsidian-native-mcp/commit/2283f4de48079381b35740184479a7a4cd46060d))
6
+
7
+ ## [1.5.3](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.2...1.5.3) (2026-06-17)
8
+
9
+ ### Bug Fixes
10
+
11
+ - use scorecard-action@v2.4.3 instead of [@v2](https://github.com/v2) (floating tag not maintained) ([a6eb351](https://github.com/usrivastava92/obsidian-native-mcp/commit/a6eb35145ad049129d4631d43724b0b3f0118921))
12
+
1
13
  ## [1.5.2](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.1...1.5.2) (2026-06-17)
2
14
 
3
15
  ### Bug Fixes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "native-mcp",
3
3
  "name": "Native MCP",
4
- "version": "1.5.2",
4
+ "version": "1.5.4",
5
5
  "minAppVersion": "1.5.0",
6
6
  "description": "MCP server for AI assistants to read, search, create, and modify notes in your vaults",
7
7
  "author": "Utkarsh Srivastava",
package/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "native-mcp",
3
3
  "name": "Native MCP",
4
- "version": "1.5.2",
4
+ "version": "1.5.4",
5
5
  "minAppVersion": "1.5.0",
6
6
  "description": "MCP server for AI assistants to read, search, create, and modify notes in your vaults",
7
7
  "author": "Utkarsh Srivastava",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-native-mcp",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "Zero-dependency MCP server for Obsidian vaults. Direct filesystem access — no Obsidian process or REST API plugin needed.",
5
5
  "license": "MIT",
6
6
  "type": "module",