@atikk-co-jp/notion-mcp-server 0.8.0 → 0.8.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.
package/README.ja.md CHANGED
@@ -81,7 +81,7 @@ Claude Desktopの設定ファイル(macOSの場合: `~/.config/claude/claude_d
81
81
  "mcpServers": {
82
82
  "notion": {
83
83
  "command": "npx",
84
- "args": ["-y", "atikk-notion-mcp-server"],
84
+ "args": ["-y", "@atikk-co-jp/notion-mcp-server"],
85
85
  "env": {
86
86
  "NOTION_TOKEN": "your-notion-integration-token"
87
87
  }
@@ -99,7 +99,7 @@ Claude Desktopの設定ファイル(macOSの場合: `~/.config/claude/claude_d
99
99
  "mcpServers": {
100
100
  "notion": {
101
101
  "command": "npx",
102
- "args": ["-y", "atikk-notion-mcp-server"],
102
+ "args": ["-y", "@atikk-co-jp/notion-mcp-server"],
103
103
  "env": {
104
104
  "NOTION_TOKEN": "your-notion-integration-token"
105
105
  }
package/README.md CHANGED
@@ -82,7 +82,7 @@ Add to your Claude Desktop configuration (`~/.config/claude/claude_desktop_confi
82
82
  "mcpServers": {
83
83
  "notion": {
84
84
  "command": "npx",
85
- "args": ["-y", "atikk-notion-mcp-server"],
85
+ "args": ["-y", "@atikk-co-jp/notion-mcp-server"],
86
86
  "env": {
87
87
  "NOTION_TOKEN": "your-notion-integration-token"
88
88
  }
@@ -100,7 +100,7 @@ Add to your `.mcp.json`:
100
100
  "mcpServers": {
101
101
  "notion": {
102
102
  "command": "npx",
103
- "args": ["-y", "atikk-notion-mcp-server"],
103
+ "args": ["-y", "@atikk-co-jp/notion-mcp-server"],
104
104
  "env": {
105
105
  "NOTION_TOKEN": "your-notion-integration-token"
106
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atikk-co-jp/notion-mcp-server",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "MCP server for Notion API - Create, read, update pages and databases",
5
5
  "type": "module",
6
6
  "license": "MIT",