Skip to main content
Glama
loop-debug.js206 B
let sum = 0; for (let i = 0; i < 1000; i++) { sum += i; // Add some delay to make the loop slower for (let j = 0; j < 10000; j++) { Math.sqrt(j); } } console.log('Sum:', sum); process.exit(0);

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