Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
aiconfigsaccess.md3.37 kB
# AiConfigsAccess ## Example Usage ```typescript import { AiConfigsAccess } from "@launchdarkly/mcp-server/models/components"; let value: AiConfigsAccess = { denied: [ { action: "action", reason: { resources: [ "proj/*:env/*;qa_*:/flag/*", ], notResources: [ "notResources", "notResources", ], actions: [ "*", ], notActions: [ "<value 1>", "<value 2>", ], effect: "allow", roleName: "role_name", }, }, { action: "action", reason: { resources: [ "proj/*:env/*;qa_*:/flag/*", ], notResources: [ "notResources", "notResources", ], actions: [ "*", ], notActions: [ "<value 1>", "<value 2>", ], effect: "allow", roleName: "role_name", }, }, ], allowed: [ { action: "action", reason: { resources: [ "proj/*:env/*;qa_*:/flag/*", ], notResources: [ "notResources", "notResources", ], actions: [ "*", ], notActions: [ "<value 1>", "<value 2>", ], effect: "allow", roleName: "role_name", }, }, { action: "action", reason: { resources: [ "proj/*:env/*;qa_*:/flag/*", ], notResources: [ "notResources", "notResources", ], actions: [ "*", ], notActions: [ "<value 1>", "<value 2>", ], effect: "allow", roleName: "role_name", }, }, ], }; ``` ## Fields | Field | Type | Required | Description | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | | `denied` | [components.AiConfigsAccessDenied](../../models/components/aiconfigsaccessdenied.md)[] | :heavy_check_mark: | N/A | | `allowed` | [components.AiConfigsAccessAllowedRep](../../models/components/aiconfigsaccessallowedrep.md)[] | :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