Skip to main content
Glama

CodeGraphContext

update-contributors.yml1.06 kB
name: Update Contributors on: schedule: - cron: '0 */6 * * *' # Runs every 6 hours workflow_dispatch: # Allows manual triggering jobs: update-contributors: runs-on: ubuntu-latest steps: - name: Check out repository uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.x' - name: Run script to generate contributors file run: python scripts/generate_lang_contributors.py - name: Commit and push if there are changes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add contributors.md if ! git diff --staged --quiet; then git commit -m "docs: update contributors" git push else echo "No changes to contributors.md" fi

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/Shashankss1205/CodeGraphContext'

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