The executor returns HTTP 500 for all tool errors, including missing env vars. Before: 500 response = BROKEN After: Check error message for env/validation patterns before marking BROKEN This ensures tools that require API keys (like @parallel-web/ai-sdk-tools) show importHealth: HEALTHY since the tool loads correctly - it just needs config. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||