We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f3cc6 commit cbefee3Copy full SHA for cbefee3
src/servers/evm/tools/utilities.py
@@ -28,7 +28,7 @@ def convert_wei_to_eth(wei: str) -> CallToolResult:
28
name="get_supported_blockchains",
29
description="Returns the list of blockchain names supported by the MCP server.",
30
annotations={
31
- "title": "",
+ "title": "Get EVM blockchain names suported the MCP server",
32
"readOnlyHint": True,
33
},
34
)
0 commit comments