Skip to main content
Glama
transport-with-on-exit.js233 B
'use strict' const pino = require('../..') const log = pino({ transport: { target: 'pino/file', options: { destination: 1 } } }) log.info('hello world!') process.on('exit', (code) => { log.info('Exiting peacefully') })

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