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
name.md•234 B
# Name
Status of the flag
## Example Usage
```typescript
import { Name } from "@launchdarkly/mcp-server/models/components";
let value: Name = "inactive";
```
## Values
```typescript
"new" | "inactive" | "active" | "launched"
```