* add debug flag

* fix
This commit is contained in:
Aaron Ramirez 2025-07-01 17:54:30 -06:00 committed by GitHub
parent de813e14f3
commit 71fef4978a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,13 @@
"description": "Your Flipside API key for authenticated access",
"sensitive": true,
"required": true
},
"debug": {
"type": "boolean",
"title": "Enable Debug Mode",
"description": "Enable verbose logging for troubleshooting queries and connections",
"required": false,
"default": false
}
},
"keywords": ["blockchain", "crypto", "analytics", "sql", "defi", "ethereum"],