Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
aiconfigvariation.md8.72 kB
# AIConfigVariation ## Example Usage ```typescript import { AIConfigVariation } from "@launchdarkly/mcp-server/models/components"; let value: AIConfigVariation = { links: { parent: { href: "href", type: "type", }, }, color: "color", comment: "comment", description: "description", instructions: "instructions", key: "key", id: "_id", messages: [ { content: "content", role: "role", }, { content: "content", role: "role", }, ], model: {}, modelConfigKey: "modelConfigKey", name: "name", createdAt: 6, version: 1, state: "state", archivedAt: 5, publishedAt: 5, }; ``` ## Fields | Field | Type | Required | Description | Example | | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | | `links` | [components.ParentLink](../../models/components/parentlink.md) | :heavy_minus_sign: | N/A | {<br/>"parent": {<br/>"href": "href",<br/>"type": "type"<br/>}<br/>} | | `color` | *string* | :heavy_minus_sign: | N/A | | | `comment` | *string* | :heavy_minus_sign: | N/A | | | `description` | *string* | :heavy_minus_sign: | Returns the description for the agent. This is only returned for agent variations. | | | `instructions` | *string* | :heavy_minus_sign: | Returns the instructions for the agent. This is only returned for agent variations. | | | `key` | *string* | :heavy_check_mark: | N/A | | | `id` | *string* | :heavy_check_mark: | N/A | | | `messages` | [components.Message](../../models/components/message.md)[] | :heavy_minus_sign: | N/A | | | `model` | [components.AIConfigVariationModel](../../models/components/aiconfigvariationmodel.md) | :heavy_check_mark: | N/A | | | `modelConfigKey` | *string* | :heavy_minus_sign: | N/A | | | `name` | *string* | :heavy_check_mark: | N/A | | | `createdAt` | *number* | :heavy_check_mark: | N/A | | | `version` | *number* | :heavy_check_mark: | N/A | | | `state` | *string* | :heavy_minus_sign: | N/A | | | `archivedAt` | *number* | :heavy_minus_sign: | N/A | | | `publishedAt` | *number* | :heavy_minus_sign: | 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