@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.
- package/README.md +8 -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
|
-
|
|
104
|
-
|
|
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
|
```
|