Skip to main content
Glama

ClinicalTrials.gov MCP Server

index.ts•815 B
/** * @fileoverview Barrel exports for the error handler utilities. * Enhanced with new 2025 patterns including Result types, cause chain extraction, * and compiled error patterns for performance. * @module src/utils/internal/error-handler/index */ export { ErrorHandler } from './errorHandler.js'; export { extractErrorCauseChain, serializeErrorCauseChain, type ErrorCauseNode, } from './helpers.js'; export { getCompiledPattern, COMPILED_ERROR_PATTERNS, COMPILED_PROVIDER_PATTERNS, PROVIDER_ERROR_PATTERNS, } from './mappings.js'; export { ErrorSeverity, type BaseErrorMapping, type EnhancedErrorContext, type ErrorBreadcrumb, type ErrorContext, type ErrorHandlerOptions, type ErrorMapping, type ErrorMetadata, type ErrorRecoveryStrategy, type Result, } from './types.js';

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/cyanheads/clinicaltrialsgov-mcp-server'

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