Skip to content

feat: add MCP v20250618#191

Merged
twishabansal merged 4 commits intov20250326from
v20250618
Jan 12, 2026
Merged

feat: add MCP v20250618#191
twishabansal merged 4 commits intov20250326from
v20250618

Conversation

@twishabansal
Copy link
Contributor

@twishabansal twishabansal commented Jan 7, 2026

PR 4 for MCP support

PR1: #188
PR1: #189
PR3: #190

Summary

Adds support for Model Context Protocol (MCP) version 2025-06-18. This update continues the roadmap of keeping the TypeScript SDK compliant with the latest specification versions, ensuring full feature compatibility for future MCP implementations.

Changes

  • Protocol Support: Integrated the 2025-06-18 version string into the SDK's protocol handling logic.
  • Version Negotiation: Updated the client to include 2025-06-18 in the list of supported versions during the initialization/handshake phase.
  • Testing:
  • Added unit tests to verify the SDK correctly advertises and handles the 2025-06-18 version.
  • Verified compatibility with existing E2E testing infrastructure.
  • Maintenance: Minor cleanup and linting fixes to ensure the new version logic adheres to the project's coding standards.

@twishabansal twishabansal marked this pull request as ready for review January 7, 2026 09:48
@twishabansal twishabansal requested a review from a team January 7, 2026 09:48
@twishabansal twishabansal merged commit ca43725 into v20250326 Jan 12, 2026
8 checks passed
@twishabansal twishabansal deleted the v20250618 branch January 12, 2026 16:32
twishabansal added a commit that referenced this pull request Jan 12, 2026
@twishabansal twishabansal restored the v20250618 branch January 12, 2026 16:33
twishabansal added a commit that referenced this pull request Jan 12, 2026
* refactor: move transport logic to a ToolboxTransport class

* rename file

* update license

* basic lint

* lint

* log errors properly

* fix error handling

* add test cov

* lint

* add new version

* add e2e tests for mcp

* update license

* basic lint

* update license

* fix tests

* add tests

* keep toolbox protocol to be default

* add test cov

* add test cov

* lint

* rename e2e test file

* lint

* fix tests

* fix license

* fix tests

* small refactor

* lint

* fix e2e tests

* fix unit tests

* lint

* lint

* add more tests

* lint

* fix tests

* fix error handling

* fix e2e tests

* add new version

* cc

* add mcp tests to jest config

* use package version

* Revert "use package version"

This reverts commit 9f13278.

* use dynamic versions

* update version

* fix merge issues

* feat: add MCP v20250618 (#191)

* feat: add MCP v20250618

* fix version issue

* lint
@twishabansal twishabansal deleted the v20250618 branch January 12, 2026 16:36
twishabansal added a commit that referenced this pull request Jan 14, 2026
* feat: add MCP v20241105 (#189)

* refactor: move transport logic to a ToolboxTransport class

* rename file

* update license

* basic lint

* lint

* log errors properly

* fix error handling

* add test cov

* lint

* add new version

* add e2e tests for mcp

* update license

* basic lint

* update license

* fix tests

* add tests

* keep toolbox protocol to be default

* add test cov

* add test cov

* lint

* rename e2e test file

* lint

* fix tests

* fix license

* fix tests

* small refactor

* lint

* fix e2e tests

* fix unit tests

* lint

* lint

* add more tests

* lint

* fix tests

* fix error handling

* fix e2e tests

* add mcp tests to jest config

* use package version

* Revert "use package version"

This reverts commit 9f13278.

* use dynamic versions

* lint

* better way to use dynamic versions

* chore: fix package release versioning (#197)

* fix versioning

* cc

* remove version from adk

* feat: add MCP v20250326 (#190)

* refactor: move transport logic to a ToolboxTransport class

* rename file

* update license

* basic lint

* lint

* log errors properly

* fix error handling

* add test cov

* lint

* add new version

* add e2e tests for mcp

* update license

* basic lint

* update license

* fix tests

* add tests

* keep toolbox protocol to be default

* add test cov

* add test cov

* lint

* rename e2e test file

* lint

* fix tests

* fix license

* fix tests

* small refactor

* lint

* fix e2e tests

* fix unit tests

* lint

* lint

* add more tests

* lint

* fix tests

* fix error handling

* fix e2e tests

* add new version

* cc

* add mcp tests to jest config

* use package version

* Revert "use package version"

This reverts commit 9f13278.

* use dynamic versions

* update version

* fix merge issues

* feat: add MCP v20250618 (#198)

* refactor: move transport logic to a ToolboxTransport class

* rename file

* update license

* basic lint

* lint

* log errors properly

* fix error handling

* add test cov

* lint

* add new version

* add e2e tests for mcp

* update license

* basic lint

* update license

* fix tests

* add tests

* keep toolbox protocol to be default

* add test cov

* add test cov

* lint

* rename e2e test file

* lint

* fix tests

* fix license

* fix tests

* small refactor

* lint

* fix e2e tests

* fix unit tests

* lint

* lint

* add more tests

* lint

* fix tests

* fix error handling

* fix e2e tests

* add new version

* cc

* add mcp tests to jest config

* use package version

* Revert "use package version"

This reverts commit 9f13278.

* use dynamic versions

* update version

* fix merge issues

* feat: add MCP v20250618 (#191)

* feat: add MCP v20250618

* fix version issue

* lint

* feat!: make mcp the default protocol (#199)

* refactor: move transport logic to a ToolboxTransport class

* rename file

* update license

* basic lint

* lint

* log errors properly

* fix error handling

* add test cov

* lint

* add new version

* add e2e tests for mcp

* update license

* basic lint

* update license

* fix tests

* add tests

* keep toolbox protocol to be default

* add test cov

* add test cov

* lint

* rename e2e test file

* lint

* fix tests

* fix license

* fix tests

* small refactor

* lint

* fix e2e tests

* fix unit tests

* lint

* lint

* add more tests

* lint

* fix tests

* fix error handling

* fix e2e tests

* add new version

* cc

* feat: add MCP v20250618

* feat: make mcp the default protocol

* allow protocol passing into toolbox-adk

* run e2e test with toolbox protocol

* expose protocol from adk package

* add mcp tests to jest config

* use package version

* Revert "use package version"

This reverts commit 9f13278.

* use dynamic versions

* update version

* fix merge issues

* fix version issue

* fix(mcp): correctly propagate client headers during init (#201)

* fix(mcp): correctly propagate client headers during init

* fix packaging conflicts

* docs(mcp): add transport protocol info (#202)

* docs(mcp): add transport protocol info

* Update README.md

* update toc
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.

3 participants