Skip to content

Commit f07d9e8

Browse files
committed
indent yaml
1 parent fd0a38e commit f07d9e8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

smithery.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Smithery.ai configuration
22
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+
})

0 commit comments

Comments
 (0)