Skip to main content
Glama

mcptix

by ownlytics
jest.setup.js410 B
// Set a longer timeout for tests that might take longer to run jest.setTimeout(10000); // Silence console logs during tests unless explicitly enabled if (!process.env.DEBUG) { global.console = { ...console, log: jest.fn(), info: jest.fn(), debug: jest.fn(), // Keep error and warn for debugging error: console.error, warn: console.warn, }; } // Add any global test setup 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/ownlytics/mcptix'

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