Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
patchaiconfigrequest.md4.91 kB
# PatchAIConfigRequest ## Example Usage ```typescript import { PatchAIConfigRequest } from "@launchdarkly/mcp-server/models/operations"; let value: PatchAIConfigRequest = { ldAPIVersion: "beta", projectKey: "<value>", configKey: "<value>", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | | `ldAPIVersion` | [operations.PatchAIConfigLDAPIVersion](../../models/operations/patchaiconfigldapiversion.md) | :heavy_check_mark: | Version of the endpoint. | | | `projectKey` | *string* | :heavy_check_mark: | N/A | | | `configKey` | *string* | :heavy_check_mark: | N/A | | | `aiConfigPatch` | [components.AIConfigPatch](../../models/components/aiconfigpatch.md) | :heavy_minus_sign: | AI Config object to update | {<br/>"maintainerId": "maintainerId",<br/>"maintainerTeamKey": "maintainerTeamKey",<br/>"name": "name",<br/>"description": "description",<br/>"tags": [<br/>"tags",<br/>"tags"<br/>]<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