Skip to main content
Glama
launchdarkly

LaunchDarkly MCP Server

Official
by launchdarkly
sdk.ts965 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { ClientSDK } from "../lib/sdks.js"; import { AiConfigs } from "./aiconfigs.js"; import { CodeReferences } from "./codereferences.js"; import { Environments } from "./environments.js"; import { FeatureFlags } from "./featureflags.js"; export class LaunchDarkly extends ClientSDK { private _codeReferences?: CodeReferences; get codeReferences(): CodeReferences { return (this._codeReferences ??= new CodeReferences(this._options)); } private _featureFlags?: FeatureFlags; get featureFlags(): FeatureFlags { return (this._featureFlags ??= new FeatureFlags(this._options)); } private _environments?: Environments; get environments(): Environments { return (this._environments ??= new Environments(this._options)); } private _aiConfigs?: AiConfigs; get aiConfigs(): AiConfigs { return (this._aiConfigs ??= new AiConfigs(this._options)); } }

Latest Blog Posts

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