v0.1.4: BREAKING: rename osv_query → osv_query_package
BREAKING: rename osv_query → osv_query_package
The osv_query tool has been renamed to osv_query_package. Callers must update to the new name — the old name no longer exists. Input and output schemas are unchanged; only the tool name changed.
Changed:
- BREAKING:
osv_queryrenamed toosv_query_package— update tool calls fromosv_querytoosv_query_package(#2) - Source file
osv-query.tool.tsrenamed toosv-query-package.tool.ts - Test file renamed accordingly; all 8 test cases updated
40 tests pass; bun run devcheck clean.