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 f1f08d4 commit e2c9800Copy full SHA for e2c9800
package.json
@@ -1,8 +1,15 @@
1
{
2
- "name": "mongodb-mcp-server",
+ "name": "@mongodb-js/mongodb-mcp-server",
3
+ "description": "MongoDB Model Context Protocol Server",
4
"version": "0.0.0",
5
"main": "dist/index.js",
- "type": "module",
6
+ "author": "MongoDB <info@mongodb.com>",
7
+ "bin": {
8
+ "mongodb-mcp-server": "dist/index.js"
9
+ },
10
+ "publishConfig": {
11
+ "access": "public"
12
13
"scripts": {
14
"prepare": "npm run build",
15
"build:clean": "rm -rf dist",
0 commit comments