Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
aiconfigvariationsresponse.md2.8 kB
# AIConfigVariationsResponse ## Example Usage ```typescript import { AIConfigVariationsResponse } from "@launchdarkly/mcp-server/models/components"; let value: AIConfigVariationsResponse = { items: [ { 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, }, { 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, }, ], totalCount: 0, }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | | `items` | [components.AIConfigVariation](../../models/components/aiconfigvariation.md)[] | :heavy_check_mark: | N/A | | `totalCount` | *number* | :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