Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
clause.md931 B
# Clause ## Example Usage ```typescript import { Clause } from "@launchdarkly/mcp-server/models/components"; let value: Clause = { attribute: "<value>", op: "<value>", values: [ "<value 1>", ], negate: true, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `id` | *string* | :heavy_minus_sign: | N/A | | `attribute` | *string* | :heavy_check_mark: | N/A | | `op` | *string* | :heavy_check_mark: | N/A | | `values` | *any*[] | :heavy_check_mark: | N/A | | `contextKind` | *string* | :heavy_minus_sign: | N/A | | `negate` | *boolean* | :heavy_check_mark: | N/A |

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