Skip to main content
Glama

LacyLights MCP Server

by bbernstein
setup.ts418 B
// Global test setup import 'cross-fetch/polyfill'; // Mock console methods to reduce noise in tests global.console = { ...console, // Suppress console.log in tests unless explicitly needed log: jest.fn(), warn: jest.fn(), error: jest.fn(), info: jest.fn(), debug: jest.fn(), }; // Set test environment variables process.env.NODE_ENV = 'test'; process.env.GRAPHQL_URL = 'http://localhost:4000/graphql';

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/bbernstein/lacylights-mcp'

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