Prepare mcp_dart_cli 0.1.9 release#272
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the mcp_dart_cli package for the 0.1.9 release and adjusts CLI/runtime behavior and release automation to better support MCP-traffic commands and publishing.
Changes:
- Bump
mcp_dart_cliversion to0.1.9and mark theCHANGELOG.mdsection as released. - Suppress update checks for
mcp_dart serve(and add coverage for this behavior). - Update the pub.dev publish workflow tag triggers for CLI vs core package releases.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/mcp_dart_cli/test/bin/mcp_dart_test.dart | Adds a test ensuring update checks are skipped for serve. |
| packages/mcp_dart_cli/pubspec.yaml | Bumps CLI package version to 0.1.9. |
| packages/mcp_dart_cli/lib/src/version.dart | Updates the CLI’s internal version constant to 0.1.9. |
| packages/mcp_dart_cli/CHANGELOG.md | Promotes “Unreleased” section to the 0.1.9 release header. |
| packages/mcp_dart_cli/bin/mcp_dart.dart | Skips update checks for the serve subcommand. |
| .github/workflows/publish.yml | Adjusts tag filters that trigger publishing to pub.dev. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+6
to
+7
| - 'v*' # mcp_dart: v1.0.0, v1.0.0-dev, etc. | ||
| - 'mcp_dart_cli-v*' # mcp_dart_cli: mcp_dart_cli-v0.1.0, etc. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #272 +/- ##
=======================================
Coverage 81.11% 81.11%
=======================================
Files 67 67
Lines 10090 10090
=======================================
Hits 8185 8185
Misses 1905 1905
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7d10b7f to
dc58879
Compare
dc58879 to
2e2bf0a
Compare
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
mcp_dart_clito 0.1.9 and mark the changelog release.mcp_dart servebecause stdout is MCP protocol traffic.Validation
dart format .dart analyzePYTHON=/opt/UnitySrc/personal/mcp/mcp_dart-cli-release-prep/.dart_tool/python-interop/bin/python dart testdart run bin/mcp_dart.dart conformance --suite all --jsonsh -n tool/install.shdart pub global run pana --no-warning --exit-code-threshold 0(160/160)dart pub publish --dry-runfor nested CLI package (0 warnings, 1 expected dependency override hint)git diff --checkPowerShell installer syntax was not checked locally because
pwshis not installed on this machine; the CLI workflow covers it.