UNPKG

linea-mcp

Version:

A Model Context Protocol server for interacting with the Linea blockchain

16 lines 614 B
import { verifyHuman } from './handlers.js'; import { VerifyHumanSchema } from './schemas.js'; /** * TODO: Implement additional Verax functionality * - getAttestations: Fetch attestations for an address from Verax registry * - checkAttestation: Check if an address has a specific attestation type * - These functions need proper contract integration with Verax protocol * - Current contract addresses are available in constants.ts */ export declare const toolMetadata: { verifyHuman: { description: string; }; }; export { VerifyHumanSchema, verifyHuman, }; //# sourceMappingURL=index.d.ts.map