Skip to main content
Glama

Aibolit MCP Server

by cqfn
.rultor.yml750 B
# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko # SPDX-License-Identifier: MIT --- # yamllint disable rule:line-length docker: image: yegor256/python assets: npmrc: yegor256/cqfn-secrets#npmrc install: | sudo /usr/bin/install-node.sh npm install --no-color pdd -f /dev/null -v env ls /usr/local/bin pip3 install aibolit==1.3.0 aibolit --version release: pre: false script: | [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 sed -i "s/0\.0\.0/${tag}/" package.json sed -i "s/0\.0\.0/${tag}/" src/server.ts sed -i "s/0\.0\.0/${tag}/" index.ts make git commit -am "set version to ${tag}" chmod 600 ../npmrc npm publish --no-color --userconfig=../npmrc merge: script: |- make

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