Skip to main content
Glama
secureLogger.ts320 B
import { sanitizeError } from '@sudowealth/schwab-api' // Keep any MCP-specific logging logic export function logOnlyInDevelopment( logger: any, level: string, message: string, data?: any, ): void { if (process.env.NODE_ENV !== 'production') { logger[level](message, data ? sanitizeError(data) : undefined) } }

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/sudowealth/schwab-mcp'

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