/**
* Types for the MagentaA11y MCP Server
*
* Note: Most types are now defined in content-loader.ts to align with the JSON structure
*/
export interface ErrorResponse {
error: string;
component?: string;
suggestions?: string[];
}
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/joe-watkins/magentaa11y-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server