Add Smithery configuration
This commit is contained in:
parent
74063280a1
commit
03ace9e7a4
12
smithery.yaml
Normal file
12
smithery.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
|
||||
|
||||
startCommand:
|
||||
type: stdio
|
||||
configSchema:
|
||||
# JSON Schema defining the configuration options for the MCP.
|
||||
type: object
|
||||
properties: {}
|
||||
commandFunction:
|
||||
# A function that produces the CLI command to start the MCP on stdio.
|
||||
|-
|
||||
(config) => ({command: 'python', args: ['src/server.py']})
|
||||
Loading…
Reference in New Issue
Block a user