UNPKG

@chainreactionom/nano-mcp

Version:

NANO cryptocurrency wallet implementation for MCP with comprehensive testing

5 lines 116 B
export interface ConfigValidationResult { isValid: boolean; errors: string[]; warnings: string[]; }