Skip to content

Commit d463ff4

Browse files
committed
fix: update to match
1 parent 9555dcd commit d463ff4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"request": "launch",
1919
"name": "Launch Program",
2020
"skipFiles": ["<node_internals>/**"],
21-
"program": "${workspaceFolder}/dist/esm/index.js",
2221
"runtimeExecutable": "npm",
2322
"runtimeArgs": ["start"],
2423
"preLaunchTask": "tsc: build - tsconfig.build.json",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongodb-mcp-server",
33
"description": "MongoDB Model Context Protocol Server",
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"type": "module",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)