Skip to main content
Glama

mcp-gsheets

setup.tsโ€ข385 B
// 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