TON MCP Raw CLI Mode Run any TON wallet MCP tool directly from the command line. The binary invokes the tool, prints the JSON result to stdout, and exits. Invocation Modes | Command | Description | | ------- | ----------- | | | stdio MCP server (for Claude Desktop / MCP clients) | | | HTTP MCP server | | | Raw CLI: call one tool and exit | Use exactly one mode for a given workflow: either MCP server mode ( / ) or raw CLI. Do not combine them in the same task/session. Raw CLI Usage Arguments are passed as pairs. Objects/arrays ( / ) are JSON-parsed; everything else is kept as a plain string. O…