Skip to main content
Glama
kzmshx
by kzmshx
release-please.yml1.11 kB
name: Release Please on: push: branches: [main] permissions: contents: write pull-requests: write jobs: release-please: runs-on: ubuntu-latest steps: - uses: googleapis/release-please-action@v4 id: release with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - if: steps.release.outputs.pr uses: actions/checkout@v4 with: ref: ${{ fromJSON(steps.release.outputs.pr).headBranchName }} token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - if: steps.release.outputs.pr uses: astral-sh/setup-uv@v5 - if: steps.release.outputs.pr run: uv python install - if: steps.release.outputs.pr run: uv sync - name: Commit uv.lock if changed if: steps.release.outputs.pr run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" if ! git diff --quiet uv.lock; then git add uv.lock git commit -m "chore: update uv.lock" git push fi

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/kzmshx/frontmatter-mcp'

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