Skip to main content
Glama
reflagcom

Bucket Feature Flags MCP Server

Official
by reflagcom
publish.yml1.58 kB
name: Publish updated packages on: push: branches: - main jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to npm - name: Enable corepack run: corepack enable - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "yarn" cache-dependency-path: "**/yarn.lock" registry-url: "https://registry.npmjs.org" scope: "@reflag" - name: Install dependencies run: yarn install --immutable - name: Build packages run: yarn build - name: npm login run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc env: NPM_TOKEN: ${{ secrets.REFLAG_NPM_TOKEN }} - name: Publish run: yarn lerna publish from-package --no-private --yes - name: Build docs run: yarn docs - name: Checkout docs with SSH uses: actions/checkout@v3 with: repository: reflagcom/docs ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }} path: reflag-docs - name: Copy generated docs to docs repo run: | rm -rf reflag-docs/sdk cp -R dist/docs reflag-docs/sdk - name: Commit and push changes run: | cd reflag-docs git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@reflag.com" git add sdk git commit -m "Update documentation" && git push || echo "No docs changes to commit"

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