Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
weightedvariation.md654 B
# WeightedVariation ## Example Usage ```typescript import { WeightedVariation } from "@launchdarkly/mcp-server/models/components"; let value: WeightedVariation = { variation: 810684, weight: 298600, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `variation` | *number* | :heavy_check_mark: | N/A | | `weight` | *number* | :heavy_check_mark: | N/A | | `untracked` | *boolean* | :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