Skip to content

Add missing create_erc20_token tool documentation#38

Open
mefai-dev wants to merge 1 commit intobnb-chain:mainfrom
mefai-dev:fix/document-create-erc20
Open

Add missing create_erc20_token tool documentation#38
mefai-dev wants to merge 1 commit intobnb-chain:mainfrom
mefai-dev:fix/document-create-erc20

Conversation

@mefai-dev
Copy link

Summary

  • Documented create_erc20_token tool that exists in bnbchain-mcp but was not in the skills reference

Type of Change

  • Documentation improvement

Changes Made

  • Added create_erc20_token row to Tokens (ERC20) section with parameters: name, symbol, network, privateKey

Testing

  • Verified tool exists in bnbchain-mcp source (src/evm/modules/tokens/tools.ts)

@hashdit-bot
Copy link

hashdit-bot bot commented Mar 13, 2026

Pull Request Review

This PR is a documentation-only update to evm-tools-reference.md, adding the previously missing create_erc20_token tool entry under the Tokens (ERC20) section. It documents the tool’s purpose (deploying a new ERC20 contract) and required parameters, including name, symbol, network, and privateKey (or env PRIVATE_KEY). No executable code or logic changes are introduced.

Sensitive Content

No sensitive content detected.

Security Issues

No serious security issues detected.


Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits.

## Summary
- `create_erc20_token` exists in the MCP server but was completely undocumented
- Agents cannot discover this capability without documentation

## Type of Change
- [x] Documentation improvement

## Changes Made
- Added create_erc20_token to Tokens (ERC20) section with params: name, symbol, network, privateKey

## Testing
- [x] Verified tool exists in src/evm/modules/tokens/tools.ts
@mefai-dev mefai-dev force-pushed the fix/document-create-erc20 branch from 95b3055 to b60d772 Compare March 13, 2026 23:49
@hashdit-bot
Copy link

hashdit-bot bot commented Mar 13, 2026

Pull Request Review

This PR is a documentation-only update to the BNB Chain MCP skill reference, adding the previously missing create_erc20_token tool to the ERC20 tools table. It documents the tool purpose (deploying a new ERC20 token) and its required parameters, including name, symbol, network, and privateKey (or env PRIVATE_KEY). No executable code changes were introduced.

Sensitive Content

No sensitive content detected.

Security Issues

No serious security issues detected.


Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant