Add Smithery configuration

This commit is contained in:
Henry Mao 2025-01-30 01:03:17 +08:00
parent 74063280a1
commit 03ace9e7a4

12
smithery.yaml Normal file
View 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']})