Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
customproperty.md1.83 kB
# CustomProperty ## Example Usage ```typescript import { CustomProperty } from "@launchdarkly/mcp-server/models/components"; let value: CustomProperty = { name: "Jira issues", value: [ "is-123", "is-456", ], }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | | `name` | *string* | :heavy_check_mark: | The name of the custom property of this type. | Jira issues | | `value` | *string*[] | :heavy_check_mark: | An array of values for the custom property data to associate with this flag. | [<br/>"is-123",<br/>"is-456"<br/>] |

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