@n24q02m/better-notion-mcp 1.0.17 → 1.0.19

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/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,14 +101,16 @@ This project uses **mise** for tool version management. If you don't have mise i
101
101
  git clone https://github.com/n24q02m/better-notion-mcp
102
102
  cd better-notion-mcp
103
103
 
104
+ mise trust
104
105
  mise install
105
106
 
107
+ pnpm install
108
+ pnpm build
109
+
106
110
  uv venv
107
111
  uv pip install pre-commit
108
112
  uv run pre-commit install
109
-
110
- pnpm install
111
- pnpm build
113
+ uv run pre-commit run --all-file
112
114
  ```
113
115
 
114
116
  **Prerequisites:** mise or Node.js 22+ and pnpm.
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "ai-agent",
9
9
  "composite-tools"
10
10
  ],
11
- "version": "1.0.17",
11
+ "version": "1.0.19",
12
12
  "license": "MIT",
13
13
  "type": "module",
14
14
  "packageManager": "pnpm@9.15.4",