UNPKG

linea-mcp

Version:

A Model Context Protocol server for interacting with the Linea blockchain

12 lines (11 loc) 360 B
// Map MCP tools to internal functions const _toolMap = { // ... existing tools ... // ENS tools 'linea_ens_resolveName': 'ens/resolveName', 'linea_ens_lookupAddress': 'ens/lookupAddress', 'linea_ens_checkNameAvailability': 'ens/checkNameAvailability', 'linea_ens_getRecords': 'ens/getRecords', // ... other tools ... }; export {};