diff --git a/.changeset/quiet-dodos-listen.md b/.changeset/quiet-dodos-listen.md deleted file mode 100644 index feb7d0d20..000000000 --- a/.changeset/quiet-dodos-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@upstash/context7-mcp": patch ---- - -Increase the default HTTP subscription capacity and allow deployments to configure it with `MCP_MAX_SUBSCRIPTIONS`. diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 64ac9acdc..9ece45734 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,11 @@ # @upstash/context7-mcp +## 4.0.5 + +### Patch Changes + +- 4e980f6: Increase the default HTTP subscription capacity and allow deployments to configure it with `MCP_MAX_SUBSCRIPTIONS`. + ## 4.0.4 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index f29c75715..17fbeacc9 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@upstash/context7-mcp", - "version": "4.0.4", + "version": "4.0.5", "mcpName": "io.github.upstash/context7", "description": "MCP server for Context7", "scripts": {