Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
metriceventdefaultrep.md3 kB
# MetricEventDefaultRep ## Example Usage ```typescript import { MetricEventDefaultRep } from "@launchdarkly/mcp-server/models/components"; let value: MetricEventDefaultRep = { value: 0, }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | | `disabled` | *boolean* | :heavy_minus_sign: | Whether to disable defaulting missing unit events when calculating results. Defaults to false | | | `value` | *number* | :heavy_minus_sign: | The default value applied to missing unit events. Set to 0 when <code>disabled</code> is false. No other values are currently supported. | 0 |

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