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 96eead6Copy full SHA for 96eead6
package.json
@@ -1,8 +1,19 @@
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
+ "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
17
"scripts": {
18
"prepare": "npm run build",
19
"build:clean": "rm -rf dist",
0 commit comments