From f07c97136af831f57b2cf03eea10ca3672cc1ef6 Mon Sep 17 00:00:00 2001 From: mrwulf Date: Mon, 6 Jul 2026 23:47:55 +0200 Subject: [PATCH] cli: import json (wallet status/card JSON output); verified full CLI + MCP stdio path pacta wallet init/status/card/verify-ledger and the stdio MCP server all confirmed working end-to-end against the four-fork R4 wallet. Co-Authored-By: Claude Fable 5 --- src/pacta/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pacta/cli.py b/src/pacta/cli.py index c00b557..abb7534 100644 --- a/src/pacta/cli.py +++ b/src/pacta/cli.py @@ -1,6 +1,7 @@ from __future__ import annotations import argparse +import json import sys from pathlib import Path from typing import Any