get_network_mode
Retrieve the current network mode from the Neo N3 MCP Server to determine its operational environment for blockchain interactions, wallet management, and smart contract execution.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}