We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kesslerio/attio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
legacy-maps.ts•511 B
/**
* Legacy mapping data for backward compatibility
* This is kept in a separate file for better code organization
*/
/**
* Legacy mapping for backward compatibility
* This is kept for reference and to ensure backward compatibility
*/
export const LEGACY_ATTRIBUTE_MAP: Record<string, string> = {
// Legacy mappings removed - use actual Attio API field names
// This prevents mapping to non-existent fields
};
// For backward compatibility
export const COMMON_ATTRIBUTE_MAP = LEGACY_ATTRIBUTE_MAP;