Skip to content

Commit 08a72b1

Browse files
committed
remove config
1 parent 8a54f66 commit 08a72b1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.smithery/smithery.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@ build:
44
dockerBuildPath: ../
55
startCommand:
66
type: stdio
7-
configSchema:
8-
type: object
9-
properties:
10-
connectionString:
11-
type: string
12-
description: The connection string to use to connect to MongoDB.
137
commandFunction:
148
# A function that produces the CLI command to start the MCP on stdio.
159
|-
1610
(config) => ({
1711
"command": "node",
1812
"args": [
1913
"dist/index.js"
20-
],
21-
"env": {
22-
"MDB_MCP_CONNECTION_STRING": config.connectionString
23-
}
14+
]
2415
})

0 commit comments

Comments
 (0)