// Global test setup file
import { beforeAll, afterAll } from 'vitest';
// Set up test environment variables
process.env.NODE_ENV = 'test';
beforeAll(() => {
// Global setup that runs once before all test files
console.log('๐งช Starting test suite...');
});
afterAll(() => {
// Global cleanup that runs once after all test files
console.log('โ Test suite completed');
});
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/freema/mcp-gsheets'
If you have feedback or need assistance with the MCP directory API, please join our Discord server