Skip to main content
Glama
IBM

IBM i MCP Server

Official
by IBM
setup.ts604 B
import { beforeAll, afterEach, afterAll, vi } from "vitest"; // Suppress all logging in tests - creates silent no-op functions vi.mock("../src/utils/internal/logger.js", () => ({ logger: { info: () => {}, debug: () => {}, warn: () => {}, warning: () => {}, // MCP-specific log level error: () => {}, trace: () => {}, fatal: () => {}, }, })); // Global test setup without MSW - tests use real APIs or isolated MSW servers beforeAll(() => { // Any global setup can go here }); afterEach(() => { // Clean up between tests }); afterAll(() => { // Global cleanup });

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/IBM/ibmi-mcp-server'

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