We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec78a1d commit 3315ee7Copy full SHA for 3315ee7
package.json
@@ -7,7 +7,7 @@
7
"author": "MongoDB <[email protected]>",
8
"homepage": "https://github.com/mongodb-js/mongodb-mcp-server",
9
"repository": {
10
- "url": "https://github.com/mongodb-js/mongodb-mcp-server.git"
+ "url": "git+https://github.com/mongodb-js/mongodb-mcp-server.git"
11
},
12
"bin": {
13
"mongodb-mcp-server": "dist/cli.cjs"
@@ -16,6 +16,9 @@
16
"access": "public"
17
18
"type": "module",
19
+ "files": [
20
+ "dist"
21
+ ],
22
"scripts": {
23
"prepare": "npm run build",
24
"build:clean": "rm -rf dist",
0 commit comments