Skip to content

Prepare mcp_dart_cli 0.1.9 release#272

Merged
leehack merged 1 commit into
mainfrom
release/mcp-dart-cli-0.1.9
Jun 2, 2026
Merged

Prepare mcp_dart_cli 0.1.9 release#272
leehack merged 1 commit into
mainfrom
release/mcp-dart-cli-0.1.9

Conversation

@leehack
Copy link
Copy Markdown
Owner

@leehack leehack commented Jun 2, 2026

Summary

  • Bump mcp_dart_cli to 0.1.9 and mark the changelog release.
  • Suppress update checks for mcp_dart serve because stdout is MCP protocol traffic.
  • Run the core workflow for CLI changes too, so Codecov project coverage has both root and CLI coverage uploads.

Validation

  • dart format .
  • dart analyze
  • PYTHON=/opt/UnitySrc/personal/mcp/mcp_dart-cli-release-prep/.dart_tool/python-interop/bin/python dart test
  • dart run bin/mcp_dart.dart conformance --suite all --json
  • sh -n tool/install.sh
  • dart pub global run pana --no-warning --exit-code-threshold 0 (160/160)
  • CI-layout dart pub publish --dry-run for nested CLI package (0 warnings, 1 expected dependency override hint)
  • git diff --check

PowerShell installer syntax was not checked locally because pwsh is not installed on this machine; the CLI workflow covers it.

Copilot AI review requested due to automatic review settings June 2, 2026 15:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_cli version to 0.1.9 and mark the CHANGELOG.md section 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 thread .github/workflows/publish.yml Outdated
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
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.11%. Comparing base (2e4d1d6) to head (2e2bf0a).
⚠️ Report is 1 commits behind head on main.

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           
Flag Coverage Δ
cli 70.55% <ø> (ø)
unittests 84.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@leehack leehack force-pushed the release/mcp-dart-cli-0.1.9 branch from 7d10b7f to dc58879 Compare June 2, 2026 15:28
@leehack leehack force-pushed the release/mcp-dart-cli-0.1.9 branch from dc58879 to 2e2bf0a Compare June 2, 2026 15:36
@leehack leehack merged commit 9a5ea35 into main Jun 2, 2026
6 checks passed
@leehack leehack deleted the release/mcp-dart-cli-0.1.9 branch June 2, 2026 15:43
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