Skip to content

Commit 2cc423c

Browse files
authored
Merge pull request #101 from Arenukvern/release-please--branches--main--components--flutter-mcp-toolkit
chore(main): release 4.0.0-dev.6
2 parents 9f012b5 + 8503e6b commit 2cc423c

23 files changed

Lines changed: 68 additions & 33 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "flutter-mcp-toolkit",
1010
"source": "./plugin",
1111
"description": "Flutter MCP toolkit: inspect and drive debug apps (semantic snapshot, tap, hot-reload) and register custom MCP tools and resources at runtime from your Flutter app or game via mcp_toolkit — closed agent feedback loop.",
12-
"version": "4.0.0-dev.5",
12+
"version": "4.0.0-dev.6",
1313
"keywords": [
1414
"flutter",
1515
"dart",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0-dev.5"
2+
".": "4.0.0-dev.6"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
<!-- markdownlint-disable MD052 -->
44
<!-- Keep a Changelog version headings use [3.0.1] brackets; MD052 treats them as reference links. -->
55

6+
## [4.0.0-dev.6](https://github.com/Arenukvern/mcp_flutter/compare/v4.0.0-dev.5...v4.0.0-dev.6) (2026-07-05)
7+
8+
9+
### Bug Fixes
10+
11+
* add FMT_MODE_PRELUDE to boundary-audit skill and sync assets ([81f788c](https://github.com/Arenukvern/mcp_flutter/commit/81f788cbaafde6ff70105e106eed0b55edfa2061))
12+
* add missing closing parenthesis in dynamic tools registration ([72f4c90](https://github.com/Arenukvern/mcp_flutter/commit/72f4c9075322a35b9388251d2182ac31bac85724))
13+
14+
15+
### Documentation
16+
17+
* architecture cleanup, intentcall, flutter mcp toolkit purpose ([b1609bf](https://github.com/Arenukvern/mcp_flutter/commit/b1609bff17ad95d5b1b2a04271640b44d935c2d8))
18+
619
## [4.0.0-dev.5](https://github.com/Arenukvern/mcp_flutter/compare/v4.0.0-dev.4...v4.0.0-dev.5) (2026-06-21)
720

821

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0-dev.5
1+
4.0.0-dev.6

mcp_server_dart/lib/src/skill_assets.g.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ Full Chrome runtime dogfood stays **local** until headless WebMCP is cost-effect
23752375
static const String cursorPluginManifest = r'''{
23762376
"name": "flutter-mcp-toolkit",
23772377
"description": "Flutter MCP toolkit: inspect and drive debug apps (semantic snapshot, tap, hot-reload) and register custom MCP tools and resources at runtime from your Flutter app or game via mcp_toolkit — closed agent feedback loop.",
2378-
"version": "4.0.0-dev.5",
2378+
"version": "4.0.0-dev.6",
23792379
"author": {
23802380
"name": "Arenukvern",
23812381
"url": "https://github.com/Arenukvern/mcp_flutter"
@@ -2399,7 +2399,7 @@ Full Chrome runtime dogfood stays **local** until headless WebMCP is cost-effect
23992399
''';
24002400
static const String codexPluginManifest = r'''{
24012401
"name": "flutter-mcp-toolkit",
2402-
"version": "4.0.0-dev.5",
2402+
"version": "4.0.0-dev.6",
24032403
"description": "Flutter MCP toolkit: inspect and drive debug apps (semantic snapshot, tap, hot-reload) and register custom MCP tools and resources at runtime from your Flutter app or game via mcp_toolkit — closed agent feedback loop.",
24042404
"author": {
24052405
"name": "Arenukvern",

mcp_server_dart/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_mcp_toolkit_server
2-
version: 4.0.0-dev.5
2+
version: 4.0.0-dev.6
33
description: >-
44
An MCP server for Flutter Inspector, exposing Flutter debugging and inspection
55
tools to AI models via Dart VM service.
@@ -18,9 +18,9 @@ dependencies:
1818
dart_mcp: ^0.5.0
1919
dtd: ^4.0.0
2020
equatable: ^2.0.8
21-
flutter_mcp_toolkit_capability_core: ^4.0.0-dev.5
22-
flutter_mcp_toolkit_capability_kernel: ^4.0.0-dev.5
23-
flutter_mcp_toolkit_core: ^4.0.0-dev.5
21+
flutter_mcp_toolkit_capability_core: ^4.0.0-dev.6
22+
flutter_mcp_toolkit_capability_kernel: ^4.0.0-dev.6
23+
flutter_mcp_toolkit_core: ^4.0.0-dev.6
2424
from_json_to_json: ^0.5.0
2525
intentcall_core: ^0.6.0
2626
intentcall_mcp: ^0.6.0

mcp_toolkit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.0.0-dev.6
2+
3+
- Align package version and hosted sibling dependency constraints with the Flutter MCP Toolkit prerelease train.
4+
15
# 4.0.0-dev.5
26

37
- Align package version and hosted sibling dependency constraints with the Flutter MCP Toolkit prerelease train.

mcp_toolkit/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mcp_toolkit
22
description: Flutter MCP Toolkit to add Flutter-specific methods to the MCP server
33
repository: https://github.com/Arenukvern/mcp_flutter/tree/main/mcp_toolkit
4-
version: 4.0.0-dev.5
4+
version: 4.0.0-dev.6
55
environment:
66
sdk: '>=3.12.0 <4.0.0'
77
flutter: '>=3.44.0'
@@ -12,7 +12,7 @@ dependencies:
1212
equatable: ^2.0.8
1313
flutter:
1414
sdk: flutter
15-
flutter_mcp_toolkit_core: ^4.0.0-dev.5
15+
flutter_mcp_toolkit_core: ^4.0.0-dev.6
1616
from_json_to_json: ^0.5.0
1717
intentcall_core: ^0.6.0
1818
intentcall_platform: ^0.6.0

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Keep the package test constraint compatible with the pinned Flutter 3.44.2
1313
`flutter_test` stack used by release PR checks.
1414

15+
## [4.0.0-dev.6] - 2026-07-05
16+
17+
### Changed
18+
19+
- Align package version with the Flutter MCP Toolkit prerelease train.
20+
1521
## [4.0.0-dev.5] - 2026-06-21
1622

1723
### Changed

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ No Flutter SDK, `dart_mcp`, or transport dependencies.
1111

1212
```yaml
1313
dependencies:
14-
flutter_mcp_toolkit_core: ^4.0.0-dev.5
14+
flutter_mcp_toolkit_core: ^4.0.0-dev.6
1515
```
1616
1717
## Usage

0 commit comments

Comments
 (0)