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
index.native.ts•423 B
import { OpenFeedbackFormOptions } from "./types";
export function openFeedbackForm(_options: OpenFeedbackFormOptions): void {
// React Native doesn't support the web feedback UI.
// Users should implement their own UI and use `feedback` or `useSendFeedback`.
console.warn(
"[Reflag] Feedback UI is not supported in React Native. " +
"Use `feedback` or `useSendFeedback` with a custom UI instead.",
);
}