Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
parentandselflinks.md1.57 kB
# ParentAndSelfLinks The location and content type of related resources ## Example Usage ```typescript import { ParentAndSelfLinks } from "@launchdarkly/mcp-server/models/components"; let value: ParentAndSelfLinks = { self: { href: "href", type: "type", }, parent: { href: "href", type: "type", }, }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | | `self` | [components.CoreLink](../../models/components/corelink.md) | :heavy_check_mark: | N/A | {<br/>"href": "href",<br/>"type": "type"<br/>} | | `parent` | [components.CoreLink](../../models/components/corelink.md) | :heavy_check_mark: | N/A | {<br/>"href": "href",<br/>"type": "type"<br/>} |

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