We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pshempel/mcp-time-server-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
debug.ts•428 B
/**
* Debug utilities for MCP server
*
* This now re-exports from the refactored debug system that supports
* testability through lazy initialization and factory pattern.
*/
// Re-export everything from refactored debug
export {
debug,
logEnvironment,
debugJson,
setDebuggerFactory,
resetDebuggerFactory,
clearDebugCache,
} from './debug-refactored';
export type { DecisionContext } from './debug-refactored';