Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
flagprerequisitepost.md961 B
# FlagPrerequisitePost ## Example Usage ```typescript import { FlagPrerequisitePost } from "@launchdarkly/mcp-server/models/components"; let value: FlagPrerequisitePost = { key: "<key>", variationId: "<id>", }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | | `key` | *string* | :heavy_check_mark: | Flag key of the prerequisite flag | | `variationId` | *string* | :heavy_check_mark: | ID of a variation of the prerequisite flag |

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