Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
flagmigrationsettingsrep.md2.14 kB
# FlagMigrationSettingsRep ## Example Usage ```typescript import { FlagMigrationSettingsRep } from "@launchdarkly/mcp-server/models/components"; let value: FlagMigrationSettingsRep = { contextKind: "device", stageCount: 6, }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | | `contextKind` | *string* | :heavy_minus_sign: | The context kind targeted by this migration flag. Only applicable for six-stage migrations. | device | | `stageCount` | *number* | :heavy_minus_sign: | The number of stages for this migration flag | 6 |

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