Skip to main content
Glama

MSSQL MCP Server

by c0h1b4
jest.setup.js472 B
// Load environment variables from .env.test import dotenv from 'dotenv'; dotenv.config({ path: '.env.test' }); // Increase timeout for all tests jest.setTimeout(10000); // Mock console.error and console.warn to keep test output clean global.console.error = jest.fn(); global.console.warn = jest.fn(); // Clear all mocks before each test beforeEach(() => { jest.clearAllMocks(); }); // Add custom matchers if needed expect.extend({ // Add custom matchers here });

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/c0h1b4/mssql-mcp-server'

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