@n24q02m/better-notion-mcp 1.0.18 → 1.1.0
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 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,24 +95,18 @@ Get your Notion token: <https://www.notion.so/my-integrations> → Create integr
|
|
|
95
95
|
|
|
96
96
|
### Build from Source
|
|
97
97
|
|
|
98
|
-
This project uses **mise** for tool version management. If you don't have mise installed, see [mise.jdx.dev](https://mise.jdx.dev/).
|
|
99
|
-
|
|
100
98
|
```bash
|
|
101
99
|
git clone https://github.com/n24q02m/better-notion-mcp
|
|
102
100
|
cd better-notion-mcp
|
|
103
101
|
|
|
104
|
-
mise
|
|
105
|
-
|
|
106
|
-
uv venv
|
|
107
|
-
uv pip install pre-commit
|
|
108
|
-
uv run pre-commit install
|
|
109
|
-
uv run pre-commit run --all-file
|
|
102
|
+
# Setup (requires mise: https://mise.jdx.dev/)
|
|
103
|
+
mise run setup
|
|
110
104
|
|
|
111
|
-
|
|
105
|
+
# Build
|
|
112
106
|
pnpm build
|
|
113
107
|
```
|
|
114
108
|
|
|
115
|
-
**Prerequisites:** mise
|
|
109
|
+
**Prerequisites:** [mise](https://mise.jdx.dev/) only.
|
|
116
110
|
|
|
117
111
|
### Available Commands
|
|
118
112
|
|