Skip to main content
Glama

Backlog MCP Server

release.yml1.55 kB
name: Release on: workflow_dispatch: inputs: version: description: 'Release version (e.g. 2.3.0). Leave empty for auto.' required: false permissions: contents: write packages: write jobs: release: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set Git user run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: 22 - name: Install dependencies run: npm ci - name: Set up QEMU for cross-platform builds uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry (ghcr.io) uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run release-it run: | if [ -n "${{ github.event.inputs.version }}" ]; then echo "Manual version input: ${{ github.event.inputs.version }}" npx release-it ${{ github.event.inputs.version }} -y --ci else echo "Auto version release" npx release-it -y --ci fi env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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/nulab/backlog-mcp-server'

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