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
field-mapper.ts•711 B
/**
* Field Mapping Helper for Universal Tools - Legacy Compatibility Layer
*
* This file has been refactored for Issue #529 using the Strangler Fig pattern.
* All functionality has been moved to the modular field-mapper/ directory.
* This file now serves as a compatibility layer that re-exports from the new modules.
*
* The new modular architecture provides:
* - Better maintainability through single responsibility modules
* - Improved testability with focused unit tests
* - Enhanced organization with feature-first structure
*
* All exports maintain 100% backward compatibility.
*/
// Re-export everything from the new modular field-mapper structure
export * from './field-mapper/index.js';