Skip to content

ci(changesets): version packages - #1392

Merged
omeraplak merged 1 commit into
mainfrom
changeset-release/main
Aug 3, 2026
Merged

ci(changesets): version packages#1392
omeraplak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Aug 3, 2026

Copy link
Copy Markdown
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/mcp-server@2.1.0

Minor Changes

  • d1dd2d9 Thanks @omeraplak! - Upgrade the official Model Context Protocol SDK to 1.30.0 and add stateless Streamable HTTP handling with startHTTP, serverless, and request-scoped streaming options.

@voltagent/core@2.9.2

Patch Changes

  • d1dd2d9 Thanks @omeraplak! - Upgrade the official Model Context Protocol SDK to 1.30.0 and add stateless Streamable HTTP handling with startHTTP, serverless, and request-scoped streaming options.

@voltagent/docs-mcp@2.0.3

Patch Changes

  • d1dd2d9 Thanks @omeraplak! - Upgrade the official Model Context Protocol SDK to 1.30.0 and add stateless Streamable HTTP handling with startHTTP, serverless, and request-scoped streaming options.

@voltagent/server-core@2.1.20

Patch Changes

  • d1dd2d9 Thanks @omeraplak! - Upgrade the official Model Context Protocol SDK to 1.30.0 and add stateless Streamable HTTP handling with startHTTP, serverless, and request-scoped streaming options.

  • Updated dependencies [d1dd2d9]:

    • @voltagent/core@2.9.2

Summary by cubic

Release packages to adopt MCP SDK 1.30.0 and add stateless Streamable HTTP for MCP endpoints. Updates examples and internal deps to align with the new versions.

  • New Features

    • @voltagent/mcp-server: Adds stateless Streamable HTTP via startHTTP, serverless, and request-scoped streaming options.
  • Dependencies

    • Upgrade @modelcontextprotocol/sdk to ^1.30.0 across @voltagent/core, @voltagent/docs-mcp, @voltagent/mcp-server, and @voltagent/server-core.
    • Version bumps: @voltagent/mcp-server@2.1.0, @voltagent/core@2.9.2, @voltagent/docs-mcp@2.0.3, @voltagent/server-core@2.1.20; examples updated to @voltagent/core@^2.9.2 and @voltagent/mcp-server@^2.1.0.
    • Remove the processed changeset file.

Written for commit ca8e520. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • New Features

    • Added stateless Streamable HTTP support for MCP integrations, including serverless and request-scoped streaming options.
    • Upgraded MCP support to SDK version 1.30.0.
  • Bug Fixes

    • Updated examples and supporting packages to compatible releases, improving consistency across the project.

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 85ca2c71-ea10-4692-ac11-478afbeec3b4

📥 Commits

Reviewing files that changed from the base of the PR and between d1dd2d9 and ca8e520.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (91)
  • .changeset/modern-mcp-http.md
  • examples/base/package.json
  • examples/github-repo-analyzer/package.json
  • examples/github-star-stories/package.json
  • examples/next-js-chatbot-starter-template/package.json
  • examples/with-a2a-server/package.json
  • examples/with-agent-tool/package.json
  • examples/with-airtable/package.json
  • examples/with-amazon-bedrock/package.json
  • examples/with-anthropic/package.json
  • examples/with-auth/package.json
  • examples/with-cerbos/package.json
  • examples/with-chat-sdk/package.json
  • examples/with-chroma/package.json
  • examples/with-client-side-tools/package.json
  • examples/with-cloudflare-workers/package.json
  • examples/with-composio-mcp/package.json
  • examples/with-custom-endpoints/package.json
  • examples/with-dynamic-parameters/package.json
  • examples/with-dynamic-prompts/package.json
  • examples/with-feedback/package.json
  • examples/with-google-ai/package.json
  • examples/with-google-drive-mcp/server/package.json
  • examples/with-google-vertex-ai/package.json
  • examples/with-groq-ai/package.json
  • examples/with-guardrails/package.json
  • examples/with-hooks/package.json
  • examples/with-hugging-face-mcp/package.json
  • examples/with-langfuse/package.json
  • examples/with-mcp-elicitation/package.json
  • examples/with-mcp-server/package.json
  • examples/with-mcp/package.json
  • examples/with-memory-rest-api/package.json
  • examples/with-middleware/package.json
  • examples/with-nestjs/package.json
  • examples/with-netlify-functions/package.json
  • examples/with-nextjs-resumable-stream/package.json
  • examples/with-nextjs/package.json
  • examples/with-nuxt/package.json
  • examples/with-offline-evals/package.json
  • examples/with-ollama/package.json
  • examples/with-openrouter/package.json
  • examples/with-peaka-mcp/package.json
  • examples/with-pinecone/package.json
  • examples/with-planagents/package.json
  • examples/with-playwright/package.json
  • examples/with-postgres/package.json
  • examples/with-qdrant/package.json
  • examples/with-rag-chatbot/package.json
  • examples/with-recipe-generator/package.json
  • examples/with-research-assistant/package.json
  • examples/with-resumable-streams/package.json
  • examples/with-retries-fallback/package.json
  • examples/with-retrieval/package.json
  • examples/with-slack/package.json
  • examples/with-subagents/package.json
  • examples/with-summarization/package.json
  • examples/with-supabase/package.json
  • examples/with-tavily-search/package.json
  • examples/with-thinking-tool/package.json
  • examples/with-tool-routing/package.json
  • examples/with-tools/package.json
  • examples/with-turso/package.json
  • examples/with-vector-search/package.json
  • examples/with-vercel-ai/package.json
  • examples/with-viteval/package.json
  • examples/with-voice-elevenlabs/package.json
  • examples/with-voice-openai/package.json
  • examples/with-voice-xsai/package.json
  • examples/with-voltagent-actions/package.json
  • examples/with-voltagent-exporter/package.json
  • examples/with-voltagent-managed-memory/package.json
  • examples/with-voltops-resumable-streams/package.json
  • examples/with-voltops-retrieval/package.json
  • examples/with-whatsapp/package.json
  • examples/with-workflow-chain/package.json
  • examples/with-workflow/package.json
  • examples/with-working-memory/package.json
  • examples/with-workspace/package.json
  • examples/with-xquik-tools/package.json
  • examples/with-youtube-to-blog/package.json
  • examples/with-zapier-mcp/package.json
  • packages/core/CHANGELOG.md
  • packages/core/package.json
  • packages/docs-mcp/CHANGELOG.md
  • packages/docs-mcp/package.json
  • packages/e2e/package.json
  • packages/mcp-server/CHANGELOG.md
  • packages/mcp-server/package.json
  • packages/server-core/CHANGELOG.md
  • packages/server-core/package.json
💤 Files with no reviewable changes (1)
  • .changeset/modern-mcp-http.md

📝 Walkthrough

Walkthrough

The release metadata for MCP SDK 1.30.0 support was added. Package versions and dependency ranges were updated across core packages, examples, and the E2E package.

Changes

MCP package release alignment

Layer / File(s) Summary
Package release metadata
packages/core/*, packages/docs-mcp/*, packages/mcp-server/*, packages/server-core/*
Package versions, changelogs, and dependency ranges were updated for the MCP SDK 1.30.0 release.
Downstream dependency alignment
examples/*/package.json, packages/e2e/package.json
Examples and E2E dependencies were updated to use @voltagent/core 2.9.2 and the released MCP package versions where applicable.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: omeraplak

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the release contents, but it omits the required checklist, behavior sections, issue status, and reviewer notes. Add the required template sections and complete the checklist, including tests, documentation, changesets, related issues, current behavior, and new behavior.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies this pull request as a Changesets package versioning release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@omeraplak
omeraplak merged commit 4deb794 into main Aug 3, 2026
21 of 22 checks passed
@omeraplak
omeraplak deleted the changeset-release/main branch August 3, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants