⚙️ 💘 toolValidationConfig.ts

This commit is contained in:
nirholas
2026-03-31 10:24:28 +00:00
parent 8c307b7f97
commit c454fe0bbb

View File

@@ -101,3 +101,4 @@ export function isBashPrefixTool(toolName: string): boolean {
export function getCustomValidation(toolName: string) {
return TOOL_VALIDATION_CONFIG.customValidation[toolName]
}