services: mcp: build: . container_name: komodo-mcp-server ports: - "9999:9800" environment: - PORT=9800 restart: unless-stopped