We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/captaindatatech/captaindata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
error.ts•365 B
/**
* Error handling utilities
*
* This module re-exports error types and utilities from the centralized types module.
* For new code, import directly from '../../types' instead.
*/
export {
ErrorResponseSchema,
ERROR_CODES,
createErrorResponse,
jsonErrorResponse as json,
type ErrorResponse,
type ErrorCode,
type ErrorScope,
} from '../types';