# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
startCommand:
type: stdio
configSchema:
type: object
required:
- mondayApiKey
- mondayWorkspaceName
properties:
mondayApiKey:
type: string
description: The API key for the Monday.com API.
mondayWorkspaceName:
type: string
description: The workspace name for the Monday.com account.
commandFunction:
|-
(config) => ({command: 'mcp-server-monday', env: {MONDAY_API_KEY: config.mondayApiKey, MONDAY_WORKSPACE_NAME: config.mondayWorkspaceName}})