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
variationorrolloutrep.md•1.34 KiB
# VariationOrRolloutRep
## Example Usage
```typescript
import { VariationOrRolloutRep } from "@launchdarkly/mcp-server/models/components";
let value: VariationOrRolloutRep = {};
```
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `variation` | *number* | :heavy_minus_sign: | The index of the variation, from the array of variations for this flag |
| `rollout` | [components.Rollout](../../models/components/rollout.md) | :heavy_minus_sign: | N/A |