linea-mcp
Version:
A Model Context Protocol server for interacting with the Linea blockchain
32 lines • 1.03 kB
TypeScript
import { swapTokens, liquidityPools, stakeLpTokens, unstakeLpTokens, getYieldInfo } from './handlers.js';
import { SwapTokensSchema, LiquidityPoolsSchema, StakeLpTokensSchema, UnstakeLpTokensSchema, GetYieldInfoSchema } from './schemas.js';
export { swapTokens, liquidityPools, stakeLpTokens, unstakeLpTokens, getYieldInfo };
export { SwapTokensSchema, LiquidityPoolsSchema, StakeLpTokensSchema, UnstakeLpTokensSchema, GetYieldInfoSchema };
export declare const toolMetadata: {
swapTokens: {
name: string;
description: string;
example: string;
};
liquidityPools: {
name: string;
description: string;
example: string;
};
stakeLpTokens: {
name: string;
description: string;
example: string;
};
unstakeLpTokens: {
name: string;
description: string;
example: string;
};
getYieldInfo: {
name: string;
description: string;
example: string;
};
};
//# sourceMappingURL=index.d.ts.map