Skip to main content
Glama

Aibolit MCP Server

by cqfn
index.test.ts569 B
// SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko // SPDX-License-Identifier: MIT import { describe, expect, test } from '@jest/globals'; import { execSync } from 'child_process'; describe('index', () => { test('prints version', async (): Promise<void> => { const stdout = execSync('./index.ts --version').toString(); expect(stdout).toMatch(/^[0-9]+\.[0-9]+\.[0-9]+\n$/); }); test('prints help', async (): Promise<void> => { const stdout = execSync('./index.ts --help').toString(); expect(stdout).toContain('github.com'); }); });

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