services: caldev_mcp: build: . image: caldev_mcp environment: - MCP_MODE=${MCP_MODE:-SSE} env_file: - .env ports: - "8000:8000" volumes: - .:/app stdin_open: true # Open stdin tty: true # Allocate pseudo-TTY