/** * Ψ (Psi) Consensus Tools * * COPYRIGHT 2026 Flying Whale — zaghmout.btc | ERC-8004 #54 | ALL RIGHTS RESERVED * Flying Whale Proprietary License v3.0 — Agreement-First Policy * Owner: SP322ZK4VXT3KGDT9YQANN9R28SCT02MZ97Y24BRW * * Tools for the Ψ = Landauer · Nash · Cantillon⁻¹ · Gödel consensus layer. * * psi_score — Compute full Ψ score for an agent (4 dimensions) * psi_chain — Read Ψ hash chain stats (tamper-evident audit trail) * psi_history — Get Ψ score history for an address * psi_consensus — Current consensus state of the system * psi_explain — Explain the Ψ equation and what each dimension means */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPsiTools(server: McpServer): void; //# sourceMappingURL=psi.tools.d.ts.map