Skip to main content
Glama
uncaughtException.js340 B
'use strict' const { Writable } = require('stream') // Nop console.error to avoid printing things out console.error = () => {} setImmediate(function () { throw new Error('kaboom') }) async function run (opts) { const stream = new Writable({ write (chunk, enc, cb) { cb() } }) return stream } module.exports = run

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/krtw00/search-mcp'

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