Skip to main content
Glama
launchdarkly

LaunchDarkly MCP Server

Official
by launchdarkly
referencerep.md2 kB
# ReferenceRep ## Example Usage ```typescript import { ReferenceRep } from "@launchdarkly/mcp-server/models/components"; let value: ReferenceRep = { path: "/main/index.js", hint: "javascript", hunks: [ { startingLineNumber: 45, lines: "var enableFeature = 'enable-feature';", projKey: "default", flagKey: "enable-feature", aliases: [ "enableFeature", "EnableFeature", ], }, ], }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | | `path` | *string* | :heavy_check_mark: | File path of the reference | /main/index.js | | `hint` | *string* | :heavy_minus_sign: | Programming language used in the file | javascript | | `hunks` | [components.HunkRep](../../models/components/hunkrep.md)[] | :heavy_check_mark: | N/A | |

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