UNPKG

@simonecoelhosfo/optimizely-mcp-server

Version:

Optimizely MCP Server for AI assistants with integrated CLI tools

19 lines 817 B
export const DEP_MAP = { project: {}, // Web page: { req: ["project"], platform: "web" }, experiment: { req: ["project", "page", "event?", "campaign?"], platform: "web" }, campaign: { req: ["project"], platform: "web" }, section: { req: ["experiment (mvt)"], platform: "web" }, // Feature flag: { req: ["project"], platform: "feature" }, variation: { req: ["flag"], platform: "feature" }, environment: { req: ["project"], platform: "feature" }, ruleset: { req: ["flag", "environment"], platform: "feature" }, rule: { req: ["ruleset"], platform: "feature" }, // Shared event: { req: ["project"], platform: "both" }, audience: { req: ["project"], platform: "both" }, attribute: { req: ["project"], platform: "both" } }; //# sourceMappingURL=dep-map.js.map