Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
rollout.md2.8 kB
# Rollout ## Example Usage ```typescript import { Rollout } from "@launchdarkly/mcp-server/models/components"; let value: Rollout = { variations: [ { variation: 96641, weight: 669432, }, ], }; ``` ## Fields | Field | Type | Required | Description | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | `variations` | [components.WeightedVariation](../../models/components/weightedvariation.md)[] | :heavy_check_mark: | N/A | | `experimentAllocation` | [components.ExperimentAllocationRep](../../models/components/experimentallocationrep.md) | :heavy_minus_sign: | N/A | | `seed` | *number* | :heavy_minus_sign: | N/A | | `bucketBy` | *string* | :heavy_minus_sign: | N/A | | `contextKind` | *string* | :heavy_minus_sign: | 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