We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4831f42 commit a965237Copy full SHA for a965237
1 file changed
smithery.yaml
@@ -1,7 +1,7 @@
1
2
# Smithery.ai configuration
3
startCommand:
4
- type: stdio
+ type: http
5
configSchema:
6
# JSON Schema defining the configuration options for the MCP.
7
type: object
@@ -10,4 +10,4 @@ startCommand:
10
# A function that produces the CLI command to start the MCP on stdio.
11
|-
12
(config) => ({ command: 'node', args: ['./build/index.js'] })
13
- exampleConfig: {}
+ exampleConfig: {}
0 commit comments