@n24q02m/better-notion-mcp 1.0.10 → 1.0.12

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,7 +37,7 @@ Get your Notion token: <https://www.notion.so/my-integrations> → Create integr
37
37
  ```json
38
38
  {
39
39
  "mcpServers": {
40
- "notion": {
40
+ "better-notion": {
41
41
  "command": "npx",
42
42
  "args": ["-y", "@n24q02m/better-notion-mcp@latest"],
43
43
  "env": {
@@ -53,7 +53,7 @@ Get your Notion token: <https://www.notion.so/my-integrations> → Create integr
53
53
  ```json
54
54
  {
55
55
  "mcpServers": {
56
- "notion": {
56
+ "better-notion": {
57
57
  "command": "docker",
58
58
  "args": ["run", "-i", "--rm", "-e", "NOTION_TOKEN", "n24q02m/better-notion-mcp:latest"],
59
59
  "env": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "ai-agent",
9
9
  "composite-tools"
10
10
  ],
11
- "version": "1.0.10",
11
+ "version": "1.0.12",
12
12
  "license": "MIT",
13
13
  "type": "module",
14
14
  "packageManager": "pnpm@9.15.4",