Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
patchaiconfigtargetingrequest.md3.74 kB
# PatchAIConfigTargetingRequest ## Example Usage ```typescript import { PatchAIConfigTargetingRequest } from "@launchdarkly/mcp-server/models/operations"; let value: PatchAIConfigTargetingRequest = { ldAPIVersion: "beta", projectKey: "<value>", configKey: "<value>", }; ``` ## Fields | Field | Type | Required | Description | Example | | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | | `ldAPIVersion` | [operations.PatchAIConfigTargetingLDAPIVersion](../../models/operations/patchaiconfigtargetingldapiversion.md) | :heavy_check_mark: | Version of the endpoint. | | | `projectKey` | *string* | :heavy_check_mark: | N/A | | | `configKey` | *string* | :heavy_check_mark: | N/A | | | `aiConfigTargetingPatch` | [components.AIConfigTargetingPatch](../../models/components/aiconfigtargetingpatch.md) | :heavy_minus_sign: | AI Config targeting semantic patch instructions | {<br/>"instructions": [<br/>{<br/>"key": ""<br/>},<br/>{<br/>"key": ""<br/>}<br/>],<br/>"comment": "comment",<br/>"environmentKey": "environmentKey"<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