#!/usr/bin/env node /** * PromptSpeak MCP Server * * Pre-execution governance for AI agents via Model Context Protocol. * - Frame validation (ps_validate) * - Governed execution (ps_execute) * - Delegation management (ps_delegate) * - State and drift monitoring (ps_state) * - Operator control plane (ps_config_*, ps_confidence_*) * - Symbol registry (ps_symbol_*) * - Human-in-the-loop holds (ps_hold_*) */ export {}; //# sourceMappingURL=server.d.ts.map