Add Smithery configuration

This commit is contained in:
smithery-ai[bot] 2025-04-20 08:05:24 +00:00 committed by GitHub
parent 5eb4b5b8c7
commit e12ed9ac84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
smithery.yaml Normal file
View File

@ -0,0 +1,13 @@
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
startCommand:
type: stdio
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
description: Empty configuration
commandFunction:
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
|-
(config) => ({ command: 'node', args: ['dist/index.js'] })
exampleConfig: {}