Skip to main content
Glama
smat-dev

Jinni: Bring Your Project Into Context

by smat-dev
automerge.yml845 B
name: automerge trusted PRs on: pull_request: types: [labeled] jobs: automerge: # Run only if the PR was opened by "smat-dev" AND has the "codex" label if: > github.event.pull_request.user.login == 'smat-dev' && contains(github.event.pull_request.labels.*.name, 'codex') runs-on: ubuntu-latest permissions: # let the workflow-issued token merge contents: write pull-requests: write steps: - name: Merge PR uses: actions/github-script@v7 with: script: | const pr = context.payload.pull_request; await github.rest.pulls.merge({ owner: context.repo.owner, repo: context.repo.repo, pull_number: pr.number, merge_method: 'squash' // or 'merge' / 'rebase' });

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/smat-dev/jinni'

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