Send Transaction
Send ETH to another address with automatic gas handling.
Request
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "mcpwallet_send_transaction",
"arguments": {
"to": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"amount": "0.1"
}
}
}