Skip to content

Commit e2c9800

Browse files
committed
fix: package name in package.json
1 parent f1f08d4 commit e2c9800

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
2-
"name": "mongodb-mcp-server",
2+
"name": "@mongodb-js/mongodb-mcp-server",
3+
"description": "MongoDB Model Context Protocol Server",
34
"version": "0.0.0",
45
"main": "dist/index.js",
5-
"type": "module",
6+
"author": "MongoDB <info@mongodb.com>",
7+
"bin": {
8+
"mongodb-mcp-server": "dist/index.js"
9+
},
10+
"publishConfig": {
11+
"access": "public"
12+
},
613
"scripts": {
714
"prepare": "npm run build",
815
"build:clean": "rm -rf dist",

0 commit comments

Comments
 (0)