mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- Introduced a new test suite for the internal tool's ingest routes, validating the handling of malformed JSON payloads for `log-mcp-call` and `log-ai-query`. - Ensured that invalid JSON structures are correctly rejected with appropriate error messages. - Verified that well-formed JSON arrays are accepted, enhancing the robustness of the ingest functionality. - Updated route utilities to include a new validation function for JSON array strings, improving error handling across the API.