# Smithery configuration file: https://smithery.ai/docs/build/project-config

startCommand:
  type: http
  configSchema:
    # JSON Schema defining the configuration options for the MCP.
    type: object
    properties:
      debug:
        type: boolean
        default: false
        description: Enable debug logging
  exampleConfig:
    debug: false