Fix estimate_gas parameter annotations#44
Conversation
Pull Request ReviewThis PR is a documentation-only update to the EVM tools reference, specifically clarifying parameter requirements for Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
## Summary - estimate_gas parameters lacked explicit required/optional annotations - Inconsistent with other tool documentation style ## Type of Change - [x] Documentation fix ## Changes Made - `to` explicitly marked as (required) - `network` marked as (optional, default bsc-testnet) - `value` and `data` annotations clarified with types ## Testing - [x] Verified against MCP source estimate_gas tool definition
923c05f to
86670d8
Compare
Pull Request ReviewThis PR updates documentation for the Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
Summary
Type of Change
Changes Made
tomarked as (required)networkmarked as (optional, default bsc)valueanddataannotations clarified