@atikk-co-jp/notion-mcp-server 0.2.0 → 0.2.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 +2 -2
- package/README.md +2 -2
- package/dist/bin/cli.js +0 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -36,7 +36,7 @@ Claude Desktopの設定ファイル(macOSの場合: `~/.config/claude/claude_d
|
|
|
36
36
|
"mcpServers": {
|
|
37
37
|
"notion": {
|
|
38
38
|
"command": "npx",
|
|
39
|
-
"args": ["-y", "
|
|
39
|
+
"args": ["-y", "atikk-notion-mcp-server"],
|
|
40
40
|
"env": {
|
|
41
41
|
"NOTION_TOKEN": "your-notion-integration-token"
|
|
42
42
|
}
|
|
@@ -54,7 +54,7 @@ Claude Desktopの設定ファイル(macOSの場合: `~/.config/claude/claude_d
|
|
|
54
54
|
"mcpServers": {
|
|
55
55
|
"notion": {
|
|
56
56
|
"command": "npx",
|
|
57
|
-
"args": ["-y", "
|
|
57
|
+
"args": ["-y", "atikk-notion-mcp-server"],
|
|
58
58
|
"env": {
|
|
59
59
|
"NOTION_TOKEN": "your-notion-integration-token"
|
|
60
60
|
}
|
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Add to your Claude Desktop configuration (`~/.config/claude/claude_desktop_confi
|
|
|
36
36
|
"mcpServers": {
|
|
37
37
|
"notion": {
|
|
38
38
|
"command": "npx",
|
|
39
|
-
"args": ["-y", "
|
|
39
|
+
"args": ["-y", "atikk-notion-mcp-server"],
|
|
40
40
|
"env": {
|
|
41
41
|
"NOTION_TOKEN": "your-notion-integration-token"
|
|
42
42
|
}
|
|
@@ -54,7 +54,7 @@ Add to your `.mcp.json`:
|
|
|
54
54
|
"mcpServers": {
|
|
55
55
|
"notion": {
|
|
56
56
|
"command": "npx",
|
|
57
|
-
"args": ["-y", "
|
|
57
|
+
"args": ["-y", "atikk-notion-mcp-server"],
|
|
58
58
|
"env": {
|
|
59
59
|
"NOTION_TOKEN": "your-notion-integration-token"
|
|
60
60
|
}
|
package/dist/bin/cli.js
CHANGED
|
File without changes
|