Skip to main content
Glama

Bucket Feature Flags MCP Server

Official
by reflagcom
vite.config.js869 B
import { resolve } from "path"; import { defineConfig } from "vite"; import dts from "vite-plugin-dts"; export default defineConfig({ test: { environment: "jsdom", exclude: [ "test/e2e/**", "**/node_modules/**", "**/dist/**", "**/cypress/**", "**/.{idea,git,cache,output,temp}/**", "**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*", ], }, plugins: [dts({ insertTypesEntry: true })], build: { exclude: ["**/node_modules/**", "test/e2e/**", "**/*.test.ts"], sourcemap: true, lib: { // Could also be a dictionary or array of multiple entry points entry: resolve(__dirname, "src/index.ts"), name: "ReflagOpenFeatureBrowserProvider", // the proper extensions will be added fileName: "reflag-openfeature-browser-provider", }, }, });

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