File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
# Smithery.ai configuration
2
2
startCommand :
3
- type : stdio
4
- configSchema :
5
- type : object
6
- properties :
7
- connectionString :
8
- type : string
9
- required :
10
- - connectionString
11
- commandFunction :
12
- # A function that produces the CLI command to start the MCP on stdio.
13
- |-
14
- (config) => ({
15
- " command " : " node" ,
16
- " args " : [
17
- " dist/index.js"
18
- ],
19
- " env " : {
20
- " MDB_MCP_CONNECTION_STRING " : config.connectionString
21
- }
22
- })
3
+ type : stdio
4
+ configSchema :
5
+ type : object
6
+ properties :
7
+ connectionString :
8
+ type : string
9
+ required :
10
+ - connectionString
11
+ commandFunction :
12
+ # A function that produces the CLI command to start the MCP on stdio.
13
+ |-
14
+ (config) => ({
15
+ " command " : " node" ,
16
+ " args " : [
17
+ " dist/index.js"
18
+ ],
19
+ " env " : {
20
+ " MDB_MCP_CONNECTION_STRING " : config.connectionString
21
+ }
22
+ })
You can’t perform that action at this time.
0 commit comments