Documentation
¶
Index ¶
Constants ¶
View Source
const (
BaseURL = "https://li.quest"
)
View Source
const ERC20ABI = `` /* 1101-byte string literal not displayed */
ERC20 ABI for token interactions
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetamaskInfo ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the LiFi MCP server
func (*Server) GetMCPServer ¶
GetMCPServer returns the underlying MCP server for in-process transport
func (*Server) GetWalletAddress ¶
GetWalletAddress returns the Ethereum address corresponding to the loaded private key
func (*Server) LoadKeystore ¶
LoadKeystore loads a keystore file for transaction signing
func (*Server) RegisterWalletTools ¶
func (s *Server) RegisterWalletTools()
RegisterWalletTools registers wallet-related tools that require a keystore
func (*Server) ServeStdio ¶
ServeStdio starts the server in stdio mode
Click to show internal directories.
Click to hide internal directories.