Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
aiconfigtargetingenvironmentfallthroughrollout.md7.16 kB
# AIConfigTargetingEnvironmentFallthroughRollout ## Example Usage ```typescript import { AIConfigTargetingEnvironmentFallthroughRollout } from "@launchdarkly/mcp-server/models/components"; let value: AIConfigTargetingEnvironmentFallthroughRollout = { bucketBy: "bucketBy", contextKind: "contextKind", experimentAllocation: { canReshuffle: true, defaultVariation: 2, type: "type", }, seed: 7, variations: [ { untracked: true, variation: 9, weight: 3, }, { untracked: true, variation: 9, weight: 3, }, ], }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `bucketBy` | *string* | :heavy_minus_sign: | N/A | | | `contextKind` | *string* | :heavy_check_mark: | N/A | | | `experimentAllocation` | [components.AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation](../../models/components/aiconfigtargetingenvironmentfallthroughrolloutexperimentationallocation.md) | :heavy_minus_sign: | N/A | {<br/>"defaultVariation": 2,<br/>"canReshuffle": true,<br/>"type": "type"<br/>} | | `seed` | *number* | :heavy_minus_sign: | N/A | | | `variations` | [components.AIConfigTargetingEnvironmentFallthroughRolloutVariation](../../models/components/aiconfigtargetingenvironmentfallthroughrolloutvariation.md)[] | :heavy_check_mark: | N/A | |

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/launchdarkly/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server