@upstash/context7-tools-ai-sdk@1.0.0

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

AI Summary

A major version bump renaming tools to match MCP naming conventions and removing deprecated configuration options.

Key Highlights

  • Renamed `resolveLibrary` to `resolveLibraryId` with new `query` parameter
  • Renamed `getLibraryDocs` to `queryDocs` with new `query` parameter
  • Removed deprecated `defaultMaxResults` option
  • Updated type re-exports to match new SDK types

Breaking Changes

  • Renamed `resolveLibrary` to `resolveLibraryId`
  • Renamed `getLibraryDocs` to `queryDocs`
  • Removed deprecated `defaultMaxResults` option

New Features

  • Rate limiting guidance in tool descriptions

Full Release Notes

### Minor Changes

-   b3cd38a: feat: Rename tools to match MCP naming conventions
    -   Rename `resolveLibrary` to `resolveLibraryId` with new `query` parameter
    -   Rename `getLibraryDocs` to `queryDocs` with new `query` parameter (replaces `topic`)
    -   Rename `RESOLVE_LIBRARY_DESCRIPTION` to `RESOLVE_LIBRARY_ID_DESCRIPTION`
    -   Rename `GET_LIBRARY_DOCS_DESCRIPTION` to `QUERY_DOCS_DESCRIPTION`
    -   Update type re-exports to match new SDK types (Library, Documentation, GetContextOptions)
    -   Remove deprecated `defaultMaxResults` option from Context7ToolsConfig and Context7AgentConfig
    -   Add rate limiting guidance to tool descriptions

### Patch Changes

-   Updated dependencies [b3cd38a]
    -   @upstash/context7-sdk@0.2.0