Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
target.md2.33 kB
# Target ## Example Usage ```typescript import { Target } from "@launchdarkly/mcp-server/models/components"; let value: Target = { values: [ "<value 1>", "<value 2>", "<value 3>", ], variation: 240112, }; ``` ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | | `values` | *string*[] | :heavy_check_mark: | A list of the keys for targets that will receive this variation because of individual targeting | | `variation` | *number* | :heavy_check_mark: | The index, from the array of variations for this flag, of the variation to serve this list of targets | | `contextKind` | *string* | :heavy_minus_sign: | The context kind of the individual target |

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