Sync main into dev 2026 RC#283
Merged
Merged
Conversation
Accept and preserve JSON Schema 2020-12 boolean subschemas in MCP tool schemas, including correct true/false validation semantics and regression coverage.
Bump the stable SDK package to 2.2.1 and add release notes for the JSON Schema boolean subschema fix.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev/2026-07-28-rc #283 +/- ##
=====================================================
- Coverage 88.45% 84.90% -3.55%
=====================================================
Files 48 70 +22
Lines 10728 15383 +4655
=====================================================
+ Hits 9489 13061 +3572
- Misses 1239 2322 +1083
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mainintodev/2026-07-28-rcafter the 2.2.1 stable release2.3.0-dev.0while adding the stable2.2.1changelog section to dev historyWhy
PR #281 tracks merging the 2026 RC dev branch back to main and is currently conflict-blocked. Syncing main into dev first keeps the integration conflict resolution isolated and should make the tracking PR cleaner after this lands.
Validation
dart format .bash -n tool/install.shdart analyzedart testcd packages/mcp_dart_cli && dart pub getcd packages/mcp_dart_cli && dart test test/src/update_command_test.dartPowerShell is not installed in this environment, so I could not syntax-check
tool/install.ps1locally.