UNPKG

linea-mcp

Version:

A Model Context Protocol server for interacting with the Linea blockchain

17 lines 512 B
import { callContract, deployContract } from './handlers.js'; import { CallContractSchema, DeployContractSchema } from './schemas.js'; export { callContract, deployContract }; export { CallContractSchema, DeployContractSchema }; export declare const toolMetadata: { callContract: { name: string; description: string; example: string; }; deployContract: { name: string; description: string; example: string; }; }; //# sourceMappingURL=index.d.ts.map