Skip to content

Commit bbe20a5

Browse files
authored
fix: version (#67)
1 parent 3ff3b7d commit bbe20a5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ npm run build
8686

8787
Prerequisites:
8888

89-
- Use VSCode Insiders (https://code.visualstudio.com/insiders/)
90-
- Setup copilot in VSCode Insiders
89+
- Node.js v20.x
9190

9291
Step 1: Add the mcp server to VSCode configuration
9392

@@ -104,8 +103,8 @@ It should look like this
104103
"servers": {
105104
"mongodb-mcp-server": {
106105
"type": "stdio",
107-
"command": "/Users/<user>/workplace/atlas-mcp-server/dist/index.js",
108-
"args": []
106+
"command": "npx",
107+
"args": ["-y", "@mongodb-js/mongodb-mcp-server"]
109108
}
110109
}
111110
}
@@ -141,7 +140,8 @@ Paste the mcp server configuration into the file
141140
{
142141
"mcpServers": {
143142
"Demo": {
144-
"command": "path/to/this/repo/atlas-mc-server/dist/index.js"
143+
"command": "npx",
144+
"args": ["-y", "@mongodb-js/mongodb-mcp-server"]
145145
}
146146
}
147147
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)