Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
patchaiconfigvariationrequest.md10.7 kB
# PatchAIConfigVariationRequest ## Example Usage ```typescript import { PatchAIConfigVariationRequest } from "@launchdarkly/mcp-server/models/operations"; let value: PatchAIConfigVariationRequest = { ldAPIVersion: "beta", projectKey: "<value>", configKey: "<value>", variationKey: "<value>", }; ``` ## Fields | Field | Type | Required | Description | Example | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ldAPIVersion` | [operations.PatchAIConfigVariationLDAPIVersion](../../models/operations/patchaiconfigvariationldapiversion.md) | :heavy_check_mark: | Version of the endpoint. | | | `projectKey` | *string* | :heavy_check_mark: | N/A | | | `configKey` | *string* | :heavy_check_mark: | N/A | | | `variationKey` | *string* | :heavy_check_mark: | N/A | | | `aiConfigVariationPatch` | [components.AIConfigVariationPatch](../../models/components/aiconfigvariationpatch.md) | :heavy_minus_sign: | AI Config variation object to update | {<br/>"instructions": "instructions",<br/>"name": "name",<br/>"description": "description",<br/>"messages": [<br/>{<br/>"role": "role",<br/>"content": "content"<br/>},<br/>{<br/>"role": "role",<br/>"content": "content"<br/>}<br/>],<br/>"comment": "comment",<br/>"model": "{}",<br/>"published": true,<br/>"state": "state",<br/>"modelConfigKey": "modelConfigKey"<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