You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: enforce boundary contracts for API response shape and multi-spec resolution
unwrap_response now returns Result — a missing wrapper key is a typed
error instead of a silent fallback to the entire body. json_response_to_batch
rejects unexpected JSON shapes (null, bool, number, string) instead of
returning empty results. find_table renamed to find_tables, returns all
matches across catalogs so bare names in multi-spec mode surface every
matching table with its spec prefix. MCP instructions and get_schema
advertise qualified names in multi-spec mode. Example clippy lint
suppression added to fix CI --all-targets.
0 commit comments