We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jedarden/yt-transcript-dl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.esm.js•245 B
/**
* ESM migration test setup
* This file sets up the testing environment for ESM compatibility tests
*/
// Mark environment as ESM test environment
globalThis.__TEST_ESM_ENVIRONMENT__ = true;
export {};
//# sourceMappingURL=setup.esm.js.map