Skip to content

Commit 97e93b8

Browse files
Add Smithery configuration
1 parent 6849764 commit 97e93b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

smithery.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
2+
3+
startCommand:
4+
type: stdio
5+
configSchema:
6+
# JSON Schema defining the configuration options for the MCP.
7+
{}
8+
commandFunction:
9+
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
10+
|-
11+
(config) => ({ command: 'node', args: ['dist/index.js'] })
12+
exampleConfig: {}

0 commit comments

Comments
 (0)