GetRepositoriesRequest
October 20, 2025 ยท View on GitHub
Example Usage
import { GetRepositoriesRequest } from "@launchdarkly/mcp-server/models/operations";
let value: GetRepositoriesRequest = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
withBranches | string | :heavy_minus_sign: | If set to any value, the endpoint returns repositories with associated branch data |
withReferencesForDefaultBranch | string | :heavy_minus_sign: | If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch |
projKey | string | :heavy_minus_sign: | A LaunchDarkly project key. If provided, this filters code reference results to the specified project. |
flagKey | string | :heavy_minus_sign: | If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch |