Skip to content

Commit cbefee3

Browse files
committed
fix(evm): get supported blockchains title
1 parent 66f3cc6 commit cbefee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/servers/evm/tools/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def convert_wei_to_eth(wei: str) -> CallToolResult:
2828
name="get_supported_blockchains",
2929
description="Returns the list of blockchain names supported by the MCP server.",
3030
annotations={
31-
"title": "",
31+
"title": "Get EVM blockchain names suported the MCP server",
3232
"readOnlyHint": True,
3333
},
3434
)

0 commit comments

Comments
 (0)