Skip to main content
Glama
reflagcom

Bucket Feature Flags MCP Server

Official
by reflagcom
RequestFeedback.vue1.36 kB
<script setup lang="ts"> import { useRequestFeedback } from "../../../src"; import Section from "./Section.vue"; const requestFeedback = useRequestFeedback(); </script> <template> <Section title="Request Feedback"> <div style="display: flex; gap: 10px; flex-wrap: wrap"> <button @click=" (e) => requestFeedback({ flagKey: 'demo-feature', title: 'How satisfied are you with this feature?', position: { type: 'POPOVER', anchor: e.currentTarget as HTMLElement, }, }) " > Request Feedback (Popover) </button> <button @click=" requestFeedback({ flagKey: 'demo-feature', title: 'How was your experience?', position: { type: 'MODAL', }, }) " > Request Feedback (Modal) </button> <button @click=" requestFeedback({ flagKey: 'demo-feature', title: 'What do you think about our product?', position: { type: 'MODAL', }, openWithCommentVisible: true, }) " > Request Feedback (Modal with Comment) </button> </div> </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