Skip to content

Commit 96eead6

Browse files
authored
fix: package name in package.json (#10)
1 parent f1f08d4 commit 96eead6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
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+
"homepage": "https://github.com/mongodb-js/mongodb-mcp-server",
8+
"repository": {
9+
"url": "https://github.com/mongodb-js/mongodb-mcp-server.git"
10+
},
11+
"bin": {
12+
"mongodb-mcp-server": "dist/index.js"
13+
},
14+
"publishConfig": {
15+
"access": "public"
16+
},
617
"scripts": {
718
"prepare": "npm run build",
819
"build:clean": "rm -rf dist",

0 commit comments

Comments
 (0)