Skip to main content
Glama
async-hang.js346 B
// Test fixture for async hang detection console.log('Starting async hang test'); async function waitForever() { // This promise never resolves await new Promise(() => { // Never calls resolve or reject }); } waitForever().then(() => { console.log('This should never print'); }); // Keep process alive setInterval(() => {}, 1000);

Latest Blog Posts

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/Digital-Defiance/mcp-debugger-server'

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