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