# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
name: figmamind
startCommand:
# Tipo de MCP server (stdio é o padrão)
type: stdio
# Schema de configuração simplificado
configSchema:
type: object
properties:
figmaToken:
type: string
required:
- figmaToken
# Função de comando mais simples
commandFunction: "(config) => ({ command: 'node', args: ['simple.js'], env: { FIGMA_TOKEN: config.figmaToken } })"