UNPKG
@iqai/mcp-bamm
Version:
latest (0.0.3)
0.0.3
0.0.2
MCP server for bamm (borrow automated market maker)
github.com/IQAIcom/mcp-bamm
IQAIcom/mcp-bamm
@iqai/mcp-bamm
/
dist
/
tools
/
pool-stats.d.ts
6 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
poolStatsTool
: {
name
:
string
;
description
:
string
;
execute
:
(
_params
:
any
,
_context
:
any
) =>
Promise
<
string
>; };