tpmjs/apps
Ajax Davis 5b5cffa248 fix: don't mark tools as broken for missing environment variables
Tools that fail due to missing environment variables (API keys, etc.)
are not actually broken - they just need configuration. Added detection
for common env var error patterns and mark these tools as HEALTHY
instead of BROKEN.

Error patterns detected:
- 'is required'
- 'is not set'
- 'missing environment'
- 'API key required/not provided'
- etc.

This fixes false positives where tools like @superagent-ai/ai-sdk
were marked as broken when they just need SUPERAGENT_API_KEY configured.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 19:52:22 +10:00
..
playground fix: add CSS variables for status colors to playground 2025-12-04 19:47:24 +10:00
railway-executor fix: sanitize invalid JSON schemas with type 'None' to valid object schemas 2025-12-04 18:02:10 +10:00
web fix: don't mark tools as broken for missing environment variables 2025-12-04 19:52:22 +10:00