@n24q02m/better-notion-mcp 1.0.16 → 1.0.18

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