UNPKG

@simonecoelhosfo/optimizely-mcp-server

Version:

Optimizely MCP Server for AI assistants with integrated CLI tools

17 lines 523 B
#!/usr/bin/env node /** * Orchestration Template CLI * * A command-line tool for creating, validating, and managing Optimizely orchestration templates. * * Features: * - Interactive template creation with inquirer * - Comprehensive validation with auto-fix * - Progress reporting for long operations * - TTY-aware output formatting * - Robust error handling and recovery * * Inspired by the engineering excellence of cache-sync-enhanced.ts */ export {}; //# sourceMappingURL=orchestration-template-cli.d.ts.map