Skip to main content
Glama

Figma MCP Server

MIT License
106,929
10,969
  • Linux
  • Apple
changeset-beta-version.js666 B
// BASED ON CREATE-T3-APP APPROACH: // https://github.com/t3-oss/create-t3-app/blob/main/.github/changeset-version.js import { execSync } from "child_process"; // This script is used by the `beta-release.yml` workflow to update the version of packages for beta releases. // It enters prerelease mode, runs changeset version, and updates the package-lock.json file. // This ensures beta releases are properly tagged and don't interfere with main releases. // Enter prerelease mode for beta execSync("pnpm exec changeset pre enter beta"); // Version the packages execSync("pnpm exec changeset version"); // Update lockfile execSync("pnpm install --lockfile-only");

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/GLips/Figma-Context-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server