Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
clientsideavailabilitypost.md2.01 kB
# ClientSideAvailabilityPost ## Example Usage ```typescript import { ClientSideAvailabilityPost } from "@launchdarkly/mcp-server/models/components"; let value: ClientSideAvailabilityPost = { usingEnvironmentId: true, usingMobileKey: true, }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | | `usingEnvironmentId` | *boolean* | :heavy_check_mark: | Whether to enable availability for client-side SDKs. Defaults to <code>false</code>. | true | | `usingMobileKey` | *boolean* | :heavy_check_mark: | Whether to enable availability for mobile SDKs. Defaults to <code>true</code>. | true |

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