UNPKG

@simonecoelhosfo/optimizely-mcp-server

Version:

Optimizely MCP Server for AI assistants with integrated CLI tools

10 lines 267 B
/** * CLI Command Handlers - Implementation of all CLI commands * @description Contains all the handler methods for the OptlyCLI commands */ declare module './OptlyCLI.js' { interface OptlyCLI { } } export {}; //# sourceMappingURL=OptlyCLIHandlers.d.ts.map