Skip to main content
Glama

Interactive Brokers MCP Server

by code-rabi
setup.ts374 B
// Test setup file import { beforeAll, afterAll, afterEach, vi } from 'vitest'; // Mock environment variables for testing beforeAll(() => { process.env.IB_GATEWAY_HOST = 'localhost'; process.env.IB_GATEWAY_PORT = '5000'; }); // Clean up mocks after each test afterEach(() => { vi.clearAllMocks(); }); // Global cleanup afterAll(() => { vi.restoreAllMocks(); });

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/code-rabi/interactive-brokers-mcp'

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