@west10tech/notion-mcp 1.0.0 → 1.1.1

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 +8 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # notion-mcp
2
2
 
3
- MCP server with full notion capabilities (20 endpoints)
3
+ [![npm version](https://img.shields.io/npm/v/@west10tech/notion-mcp.svg)](https://www.npmjs.com/package/@west10tech/notion-mcp)
4
+
5
+ MCP server with full Notion capabilities (20 endpoints)
6
+
7
+ **npm:** https://www.npmjs.com/package/@west10tech/notion-mcp
4
8
 
5
9
  This MCP server includes the following integrations:
6
10
 
@@ -33,7 +37,7 @@ This MCP server provides 20 tools across 1 integrations:
33
37
  ## Installation
34
38
 
35
39
  ```bash
36
- npm install notion-mcp-496207f7-b2cc-4edc-aa28-a31b7fb738c2
40
+ npm install @west10tech/notion-mcp
37
41
  ```
38
42
 
39
43
  ## Environment Setup
@@ -65,7 +69,7 @@ Add this to your Claude Desktop configuration:
65
69
  "mcpServers": {
66
70
  "notion-mcp": {
67
71
  "command": "npx",
68
- "args": ["notion-mcp-496207f7-b2cc-4edc-aa28-a31b7fb738c2"],
72
+ "args": ["@west10tech/notion-mcp"],
69
73
  "env": {
70
74
  "NOTION_ACCESS_TOKEN": "your_notion_access_token_here"
71
75
  }
@@ -118,3 +122,4 @@ Example progress notification:
118
122
  }
119
123
  }
120
124
  ```
125
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@west10tech/notion-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "MCP server with full notion capabilities (20 endpoints)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",