Skip to main content
Glama

Bucket Feature Flags MCP Server

Official
by reflagcom
commander.ts289 B
import { Command } from "commander"; export function commandName(command: Command) { if (command.parent) { const parentName = command.parent.name(); if (parentName && parentName !== "index") { return `${parentName} ${command.name()}`; } } return command.name(); }

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/reflagcom/bucket-javascript-sdk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server