#!/usr/bin/env node /** * inkonchain-mcp-setup — interactive CLI for storing the EVM private key * in the OS keychain (Windows Credential Manager / macOS Keychain / * Linux Secret Service via libsecret). * * Usage: * npx inkonchain-mcp-setup — store or update the key * npx inkonchain-mcp-setup delete — remove the stored key */ export {}; //# sourceMappingURL=setup.d.ts.map