@n24q02m/better-notion-mcp 1.0.18 → 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.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,15 +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
113
|
uv run pre-commit run --all-file
|
|
110
|
-
|
|
111
|
-
pnpm install
|
|
112
|
-
pnpm build
|
|
113
114
|
```
|
|
114
115
|
|
|
115
116
|
**Prerequisites:** mise or Node.js 22+ and pnpm.
|