Description
We want to add advanced features for transaction management to the Linea MCP system. These features will allow users to manage blockchain transactions more effectively.
Current Status
Currently Linea MCP has the ability to check transaction status with the transactions_getStatus tool. This tool can retrieve the status and details of a transaction using the hash value handlers.ts:10-14.
The current transaction status check supports the following statuses:
success: Process completed successfully
reverted: Operation reverted
pending: Transaction is still pending
not_found: Process not found
error: Error checking transaction status handlers.ts:25-30