@upstash/context7-sdk@0.3.0

upstash/context7@upstash/context7-sdk@0.3.0Jan 7, 2026by github-actions[bot]

AI Summary

A minor release changing the default response type for SDK methods to be more machine-readable.

Key Highlights

  • Changed SDK default response type from 'txt' to 'json'
  • AI SDK tools now explicitly use 'txt' for LLM-friendly text responses

Breaking Changes

  • Changed SDK default response type from 'txt' to 'json'

Full Release Notes

### Minor Changes

-   9412e62: feat: Change SDK default response type from "txt" to "json" for both searchLibrary and getContext methods. AI SDK tools now explicitly use type: "txt" for LLM-friendly text responses.