Skip to content

Commit a965237

Browse files
authored
chore: update smithery.yaml
1 parent 4831f42 commit a965237

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

smithery.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Smithery.ai configuration
33
startCommand:
4-
type: stdio
4+
type: http
55
configSchema:
66
# JSON Schema defining the configuration options for the MCP.
77
type: object
@@ -10,4 +10,4 @@ startCommand:
1010
# A function that produces the CLI command to start the MCP on stdio.
1111
|-
1212
(config) => ({ command: 'node', args: ['./build/index.js'] })
13-
exampleConfig: {}
13+
exampleConfig: {}

0 commit comments

Comments
 (0)