[0.0.10] - 2025-04-10
Added
- 📦 Support for --env-path to Load Environment Variables from File: Use the new --env-path flag to securely pass environment variables via a .env-style file—making it easier than ever to manage secrets and config without cluttering your CLI or exposing sensitive data.
- 🧪 Enhanced Support for Nested Object and Array Types in OpenAPI Schema: Tools with complex input/output structures (e.g., JSON payloads with arrays or nested fields) are now correctly interpreted and exposed with accurate OpenAPI documentation—making form-based testing in the UI smoother and integrations far more predictable.
- 🛑 Smart HTTP Exceptions for Better Debugging: Clear, structured HTTP error responses are now automatically returned for bad requests or internal tool errors—helping users immediately understand what went wrong without digging through raw traces.
Fixed
- 🪛 Fixed --env Flag Behavior for Inline Environment Variables: Resolved issues where the --env CLI flag silently failed or misbehaved—environment injection is now consistent and reliable whether passed inline with --env or via --env-path.