/**
* Global teardown for Jest tests
* This forces Jest to exit after tests complete, solving the hanging issue
*/
export default async () => {
console.log('Tearing down tests and exiting process.');
process.exit(0);
};
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/gannonh/memento-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server