Skip to main content
Glama
launchdarkly

LaunchDarkly MCP Server

Official
by launchdarkly
featureflagstatusacrossenvironments.md4.86 kB
# FeatureFlagStatusAcrossEnvironments ## Example Usage ```typescript import { FeatureFlagStatusAcrossEnvironments } from "@launchdarkly/mcp-server/models/components"; let value: FeatureFlagStatusAcrossEnvironments = { environments: { "production": { name: "inactive", lastRequested: new Date("2020-02-05T18:17:01.514Z"), }, }, key: "flag-key-123abc", links: { "parent": { href: "/api/v2/flag-status", type: "application/json", }, "self": { href: "/api/v2/flag-status/my-project/my-flag", type: "application/json", }, }, }; ``` ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `environments` | Record<string, [components.FeatureFlagStatus](../../models/components/featureflagstatus.md)> | :heavy_check_mark: | Flag status for environment. | {<br/>"production": {<br/>"lastRequested": "2020-02-05T18:17:01.514Z",<br/>"name": "inactive"<br/>}<br/>} | | `key` | *string* | :heavy_check_mark: | feature flag key | flag-key-123abc | | `links` | Record<string, [components.Link](../../models/components/link.md)> | :heavy_check_mark: | N/A | {<br/>"parent": {<br/>"href": "/api/v2/flag-status",<br/>"type": "application/json"<br/>},<br/>"self": {<br/>"href": "/api/v2/flag-status/my-project/my-flag",<br/>"type": "application/json"<br/>}<br/>} |

Latest Blog Posts

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