Skip to main content
Glama
reflagcom

Bucket Feature Flags MCP Server

Official
by reflagcom
Track.vue334 B
<script setup lang="ts"> import { useTrack } from "../../../src"; import Section from "./Section.vue"; const track = useTrack(); </script> <template> <Section title="Custom track event"> <button @click="track('Huddles Started', { huddlesType: 'voice' })"> Send custom track event </button> </Section> </template>

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