We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/float-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
jest-env.ts•306 B
// Jest environment setup - runs before all tests
// This ensures NODE_ENV is set to 'test' so configuration validation allows tests to run
process.env.NODE_ENV = 'test';
// Set a valid test API key that meets the format requirements
process.env.FLOAT_API_KEY = 'atest_float_api_key_for_jest_validation=';