@n24q02m/better-notion-mcp 1.0.19 → 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 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,25 +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
|
-
mise
|
|
102
|
+
# Setup (requires mise: https://mise.jdx.dev/)
|
|
103
|
+
mise run setup
|
|
106
104
|
|
|
107
|
-
|
|
105
|
+
# Build
|
|
108
106
|
pnpm build
|
|
109
|
-
|
|
110
|
-
uv venv
|
|
111
|
-
uv pip install pre-commit
|
|
112
|
-
uv run pre-commit install
|
|
113
|
-
uv run pre-commit run --all-file
|
|
114
107
|
```
|
|
115
108
|
|
|
116
|
-
**Prerequisites:** mise
|
|
109
|
+
**Prerequisites:** [mise](https://mise.jdx.dev/) only.
|
|
117
110
|
|
|
118
111
|
### Available Commands
|
|
119
112
|
|