Skip to content

Commit 79400bd

Browse files
committed
chore: Prepare package for public release
- Rename package to @suekou/mcp-notion-server - Update version to 1.0.1 - Update MCP SDK dependency to 0.6.1 - Add license and author information - Configure package for npm publication
1 parent 997dc92 commit 79400bd

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

notion/package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notion/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"name": "notion",
3-
"version": "0.1.1",
4-
"description": "A Model Context Protocol server",
5-
"private": true,
2+
"name": "@suekou/mcp-notion-server",
3+
"version": "1.0.1",
4+
"description": "MCP server for interacting with Notion API based on Node",
5+
"license": "MIT",
6+
"author": "Kosuke Suenaga (https://github.com/suekou/mcp-notion-server)",
67
"type": "module",
8+
"main": "build/index.js",
79
"bin": {
8-
"notion": "./build/index.js"
10+
"mcp-notion-server": "./build/index.js"
911
},
1012
"files": [
11-
"build"
13+
"build",
14+
"Readme.md",
15+
"notion"
1216
],
1317
"scripts": {
1418
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
@@ -17,7 +21,7 @@
1721
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
1822
},
1923
"dependencies": {
20-
"@modelcontextprotocol/sdk": "0.6.0"
24+
"@modelcontextprotocol/sdk": "0.6.1"
2125
},
2226
"devDependencies": {
2327
"@types/node": "^20.11.24",

0 commit comments

Comments
 (0)