Skip to main content
Glama
up.yml760 B
# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko # SPDX-License-Identifier: MIT --- # yamllint disable rule:line-length name: up 'on': push: jobs: up: timeout-minutes: 15 runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: |- git fetch --tags --force && \ latest=$(git tag --sort=creatordate | tail -1) && \ sed -E -i "s/aibolit-mcp-server@[0-9\.]+/aibolit-mcp-server@${latest}/g" README.md - uses: peter-evans/create-pull-request@v7 with: sign-commits: true commit-message: 'new version in README' delete-branch: true title: 'New version in README' assignees: yegor256 branch: up base: master

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/cqfn/aibolit-mcp-server'

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