@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.
Files changed (2) hide show
  1. package/README.md +4 -10
  2. 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 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
102
+ # Setup (requires mise: https://mise.jdx.dev/)
103
+ mise run setup
110
104
 
111
- pnpm install
105
+ # Build
112
106
  pnpm build
113
107
  ```
114
108
 
115
- **Prerequisites:** mise or Node.js 22+ and pnpm.
109
+ **Prerequisites:** [mise](https://mise.jdx.dev/) only.
116
110
 
117
111
  ### Available Commands
118
112
 
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "ai-agent",
9
9
  "composite-tools"
10
10
  ],
11
- "version": "1.0.18",
11
+ "version": "1.1.0",
12
12
  "license": "MIT",
13
13
  "type": "module",
14
14
  "packageManager": "pnpm@9.15.4",