n8n-bookstack-agent-tool
Version:
Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility
10 lines • 330 B
TypeScript
export declare class ErrorConsistencyValidator {
private tool;
constructor();
runErrorConsistencyTests(): Promise<void>;
private validateErrorTypes;
private validateErrorMessages;
private validateErrorStructure;
private validateRetryBehavior;
}
//# sourceMappingURL=error-consistency-validator.d.ts.map