We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MikeORed/catalog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•405 B
/**
* Domain error types
* All errors that can occur in the domain layer
*/
export { DatasetNotFoundError } from './dataset-not-found-error.js';
export { InvalidFilterError } from './invalid-filter-error.js';
export { InvalidFieldError } from './invalid-field-error.js';
export { ConfigError } from './config-error.js';
export { MissingRequiredConfigError } from './missing-required-config-error.js';