Skip to content

Commit 16c6180

Browse files
author
Daniele Briggi
committed
chore: package.json keywords
1 parent 4523f27 commit 16c6180

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

package-lock.json

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

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@
99
"type": "git"
1010
},
1111
"bugs": "https://github.com/sqlitecloud/sqlitecloud-mcp-server/issues",
12-
"keywords": [],
12+
"keywords": [
13+
"mcp",
14+
"server",
15+
"sqlite",
16+
"sqlitecloud",
17+
"database",
18+
"cloud"
19+
],
1320
"main": "./build/index.js",
1421
"scripts": {
1522
"test": "echo \"Error: no test specified\" && exit 1",
16-
"build": "rm -rf build && tsc && chmod 755 build/index.js"
23+
"build": "rm -rf build && tsc && chmod 755 build/index.js",
24+
"publish": "npm run build && npm publish --access public"
1725
},
1826
"type": "module",
19-
"bin": "./build/index.js",
27+
"bin": {
28+
"mcp-server": "./build/index.js"
29+
},
2030
"files": [
2131
"build"
2232
],
@@ -36,4 +46,4 @@
3646
"arrowParens": "avoid",
3747
"printWidth": 240
3848
}
39-
}
49+
}

0 commit comments

Comments
 (0)