Skip to main content
Glama
launchdarkly

LaunchDarkly MCP Server

Official
by launchdarkly
codereferences.ts1.05 kB
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { codeReferencesListRepositories } from "../funcs/codeReferencesListRepositories.js"; import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; import { unwrapAsync } from "../types/fp.js"; export class CodeReferences extends ClientSDK { /** * List repositories * * @remarks * Get a list of connected repositories. Optionally, you can include branch metadata with the `withBranches` query parameter. Embed references for the default branch with `ReferencesForDefaultBranch`. You can also filter the list of code references by project key and flag key. */ async listRepositories( request: operations.GetRepositoriesRequest, options?: RequestOptions, ): Promise<components.RepositoryCollectionRep> { return unwrapAsync(codeReferencesListRepositories( this, request, 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