**Describe the Problem:** - The MCP server forwards sendTransaction and swap requests to a `wallet agent server` specified by the `AGENT_WALLET_SERVER` environment variable. - However, there is no official implementation or download link for the wallet agent server in the documentation. - I need to support both send and swap functions (including token swap via DEX). **Questions:** 1. Is there any recommended wallet agent server project or open-source implementation I can use? 2. If not, can you provide a minimum API specification or example for the wallet agent server, especially for supporting token swaps? 3. What are the requirements to ensure swap works properly (such as integration with Uniswap or 1inch)? 4. Any additional configuration needed on the MCP server for smooth integration?
Describe the Problem:
wallet agent serverspecified by theAGENT_WALLET_SERVERenvironment variable.Questions: