@upstash/context7-mcp@2.2.2

upstash/context7@upstash/context7-mcp@2.2.2Apr 28, 2026by github-actions[bot]

AI Summary

A patch release fixing tool annotations and addressing timeout issues by removing the `researchMode` parameter from the query-docs tool.

Key Highlights

  • Fixed missing tool annotations
  • Removed `researchMode` parameter to prevent MCP client timeouts
  • Updated API to hide timeout-sensitive parameter

Breaking Changes

  • Removed the `researchMode` parameter from the `query-docs` tool's input schema

Full Release Notes

### Patch Changes

-   8274bd0: Add missing tool annotations
-   ff6c1be: Remove the `researchMode` parameter from the `query-docs` tool's input schema. The underlying API still supports research mode, but several MCP clients hit per-request timeouts (60s defaults) on long-running research calls in ways that can't always be solved server-side. Hiding the parameter prevents agents from invoking it through MCP until the timeout story is reliable across clients.