Skip to content

Commit 8cece49

Browse files
Add Smithery configuration
1 parent 24ca457 commit 8cece49

File tree

1 file changed

+15
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)