@bdayadev/flutter-ultra-mcp 1.10.0 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/dart/ultra_flutter/README.md +17 -17
- package/dart/ultra_flutter_devtools/README.md +1 -1
- package/package.json +1 -1
- package/skills/bisect/SKILL.md +29 -29
- package/skills/debug/SKILL.md +12 -12
- package/skills/devtools/SKILL.md +26 -23
- package/skills/drive/SKILL.md +12 -12
- package/skills/scaffold/SKILL.md +37 -37
- package/skills/setup/SKILL.md +23 -23
- package/skills/test/SKILL.md +24 -24
- package/skills/tour/SKILL.md +21 -21
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
{
|
|
11
11
|
"name": "flutter",
|
|
12
12
|
"description": "Durable cross-platform Flutter automation via 8 specialized MCP servers, in-app mixin binding, and an optional DevTools panel. Replaces marionette_mcp and the official dart mcp-server for Claude Code.",
|
|
13
|
-
"version": "1.10.
|
|
13
|
+
"version": "1.10.2",
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "Bdaya-Dev",
|
|
16
16
|
"url": "https://github.com/Bdaya-Dev"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"tags": ["flutter", "dart", "mcp", "testing", "automation", "patrol", "cross-platform"]
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
|
-
"version": "1.10.
|
|
26
|
+
"version": "1.10.2"
|
|
27
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
|
|
3
3
|
"name": "flutter",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.2",
|
|
5
5
|
"description": "Durable cross-platform Flutter automation via 8 specialized MCP servers, in-app mixin binding, and an optional DevTools panel. Replaces marionette_mcp and the official dart mcp-server for Claude Code.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Bdaya-Dev",
|
|
@@ -39,23 +39,23 @@ void main() async {
|
|
|
39
39
|
|
|
40
40
|
## Registered extensions
|
|
41
41
|
|
|
42
|
-
| Extension
|
|
43
|
-
|
|
44
|
-
| `ultra.tap`
|
|
45
|
-
| `ultra.doubleTap`
|
|
46
|
-
| `ultra.longPress`
|
|
47
|
-
| `ultra.enterText`
|
|
48
|
-
| `ultra.clearText`
|
|
49
|
-
| `ultra.swipe`
|
|
50
|
-
| `ultra.pinchZoom`
|
|
51
|
-
| `ultra.scrollTo`
|
|
52
|
-
| `ultra.interactiveElements`
|
|
53
|
-
| `ultra.takeScreenshots`
|
|
54
|
-
| `ultra.startScreencast` / `ultra.stopScreencast` | Live frame streaming
|
|
55
|
-
| `ultra.getLogs`
|
|
56
|
-
| `ultra.pressBackButton`
|
|
57
|
-
| `ultra.getVersion`
|
|
42
|
+
| Extension | Purpose |
|
|
43
|
+
| ------------------------------------------------ | --------------------------------- |
|
|
44
|
+
| `ultra.tap` | Tap element by key, text, or type |
|
|
45
|
+
| `ultra.doubleTap` | Double-tap gesture |
|
|
46
|
+
| `ultra.longPress` | Long-press gesture |
|
|
47
|
+
| `ultra.enterText` | Enter text into a field |
|
|
48
|
+
| `ultra.clearText` | Clear a text field |
|
|
49
|
+
| `ultra.swipe` | Swipe/drag gesture |
|
|
50
|
+
| `ultra.pinchZoom` | Pinch zoom gesture |
|
|
51
|
+
| `ultra.scrollTo` | Scroll until element is visible |
|
|
52
|
+
| `ultra.interactiveElements` | Discover tappable elements |
|
|
53
|
+
| `ultra.takeScreenshots` | Multi-view screenshot capture |
|
|
54
|
+
| `ultra.startScreencast` / `ultra.stopScreencast` | Live frame streaming |
|
|
55
|
+
| `ultra.getLogs` | Structured log collection |
|
|
56
|
+
| `ultra.pressBackButton` | Back navigation |
|
|
57
|
+
| `ultra.getVersion` | Binding version |
|
|
58
58
|
|
|
59
59
|
## License
|
|
60
60
|
|
|
61
|
-
Apache-2.0 - see [LICENSE](LICENSE).
|
|
61
|
+
Apache-2.0 - see [LICENSE](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdayadev/flutter-ultra-mcp",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"description": "Flutter Ultra MCP plugin monorepo — 8 MCP servers + ultra_flutter Dart packages + skills for Claude Code.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/Bdaya-Dev/flutter-ultra-mcp",
|
package/skills/bisect/SKILL.md
CHANGED
|
@@ -100,38 +100,38 @@ git stash pop # if stash was created
|
|
|
100
100
|
|
|
101
101
|
## Edge cases
|
|
102
102
|
|
|
103
|
-
| Situation
|
|
104
|
-
|
|
105
|
-
| **Merge commits**
|
|
106
|
-
| **Uncommitted changes**
|
|
107
|
-
| **Submodule repo**
|
|
108
|
-
| **Flutter SDK version change** | `mcp__plugin_flutter_flutter-ultra-build__flutter_clean` before pub get.
|
|
109
|
-
| **Flaky oracle**
|
|
110
|
-
| **All commits bad**
|
|
103
|
+
| Situation | Handling |
|
|
104
|
+
| ------------------------------ | ---------------------------------------------------------------------------------------------------------- |
|
|
105
|
+
| **Merge commits** | `--first-parent` avoids them. Remove the flag only if the user explicitly wants to bisect a merged branch. |
|
|
106
|
+
| **Uncommitted changes** | Auto-stash in step 2; restore in step 7. |
|
|
107
|
+
| **Submodule repo** | Confirm the user wants to bisect the outer aggregate, not the inner submodule. |
|
|
108
|
+
| **Flutter SDK version change** | `mcp__plugin_flutter_flutter-ultra-build__flutter_clean` before pub get. |
|
|
109
|
+
| **Flaky oracle** | Re-run once. If it fails again, mark bad. |
|
|
110
|
+
| **All commits bad** | Stop and ask the user to verify the good commit reference. |
|
|
111
111
|
|
|
112
112
|
## Tool reference
|
|
113
113
|
|
|
114
|
-
| Action
|
|
115
|
-
|
|
116
|
-
| List projects
|
|
117
|
-
| Pub get
|
|
118
|
-
| Flutter clean
|
|
119
|
-
| Build runner start
|
|
120
|
-
| Build runner poll
|
|
121
|
-
| Build runner result
|
|
122
|
-
| Start unit tests
|
|
123
|
-
| Poll unit tests
|
|
124
|
-
| Get unit results
|
|
125
|
-
| Start widget tests
|
|
126
|
-
| Poll widget tests
|
|
127
|
-
| Get widget results
|
|
128
|
-
| Start golden tests
|
|
129
|
-
| Poll golden tests
|
|
130
|
-
| Get golden results
|
|
131
|
-
| Start patrol test
|
|
132
|
-
| Poll patrol
|
|
133
|
-
| Get patrol result
|
|
134
|
-
| Build (any platform) | `start_build_{platform}` via the build server
|
|
114
|
+
| Action | Tool |
|
|
115
|
+
| -------------------- | ---------------------------------------------------------------------- |
|
|
116
|
+
| List projects | `mcp__plugin_flutter_flutter-ultra-build__list_projects` |
|
|
117
|
+
| Pub get | `mcp__plugin_flutter_flutter-ultra-build__pub_get` |
|
|
118
|
+
| Flutter clean | `mcp__plugin_flutter_flutter-ultra-build__flutter_clean` |
|
|
119
|
+
| Build runner start | `mcp__plugin_flutter_flutter-ultra-build__start_build_runner_build` |
|
|
120
|
+
| Build runner poll | `mcp__plugin_flutter_flutter-ultra-build__poll_build_runner_job` |
|
|
121
|
+
| Build runner result | `mcp__plugin_flutter_flutter-ultra-build__get_build_runner_result` |
|
|
122
|
+
| Start unit tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_unit_tests` |
|
|
123
|
+
| Poll unit tests | `mcp__plugin_flutter_flutter-ultra-build__poll_run_unit_tests` |
|
|
124
|
+
| Get unit results | `mcp__plugin_flutter_flutter-ultra-build__get_run_unit_tests_result` |
|
|
125
|
+
| Start widget tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_widget_tests` |
|
|
126
|
+
| Poll widget tests | `mcp__plugin_flutter_flutter-ultra-build__poll_run_widget_tests` |
|
|
127
|
+
| Get widget results | `mcp__plugin_flutter_flutter-ultra-build__get_run_widget_tests_result` |
|
|
128
|
+
| Start golden tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_golden_tests` |
|
|
129
|
+
| Poll golden tests | `mcp__plugin_flutter_flutter-ultra-build__poll_run_golden_tests` |
|
|
130
|
+
| Get golden results | `mcp__plugin_flutter_flutter-ultra-build__get_run_golden_tests_result` |
|
|
131
|
+
| Start patrol test | `mcp__plugin_flutter_flutter-ultra-patrol__start_patrol_test` |
|
|
132
|
+
| Poll patrol | `mcp__plugin_flutter_flutter-ultra-patrol__poll_patrol_job` |
|
|
133
|
+
| Get patrol result | `mcp__plugin_flutter_flutter-ultra-patrol__get_patrol_result` |
|
|
134
|
+
| Build (any platform) | `start_build_{platform}` via the build server |
|
|
135
135
|
|
|
136
136
|
## Output format
|
|
137
137
|
|
package/skills/debug/SKILL.md
CHANGED
|
@@ -113,18 +113,18 @@ Collect live evidence before diagnosing. Propose code fixes only after inspectin
|
|
|
113
113
|
|
|
114
114
|
## Common patterns
|
|
115
115
|
|
|
116
|
-
| Symptom
|
|
117
|
-
|
|
118
|
-
| `Null check operator used on null value` | `get_runtime_errors` + `evaluate`
|
|
119
|
-
| `RenderFlex overflowed by N pixels`
|
|
120
|
-
| Blank white screen
|
|
121
|
-
| `setState called after dispose`
|
|
122
|
-
| Navigation not working
|
|
123
|
-
| Infinite loading spinner
|
|
124
|
-
| Wrong data displayed
|
|
125
|
-
| API returning errors
|
|
126
|
-
| UI jank during scrolling
|
|
127
|
-
| Memory growing unbounded
|
|
116
|
+
| Symptom | First tool | What to look for |
|
|
117
|
+
| ---------------------------------------- | --------------------------------------------- | ---------------------------------------- |
|
|
118
|
+
| `Null check operator used on null value` | `get_runtime_errors` + `evaluate` | Null state before async load completes |
|
|
119
|
+
| `RenderFlex overflowed by N pixels` | `dump_render_tree` + `toggle_debug_paint` | Missing `Expanded`/`Flexible` |
|
|
120
|
+
| Blank white screen | `get_widget_tree` + `evaluate` (route) | `ErrorWidget` at root; redirect loop |
|
|
121
|
+
| `setState called after dispose` | `get_runtime_errors` + `get_logs` | Async callback with stale `BuildContext` |
|
|
122
|
+
| Navigation not working | `evaluate` (GoRouter path) + `get_logs` | Route guard redirecting |
|
|
123
|
+
| Infinite loading spinner | `evaluate` (state) + `get_logs` | Future never completing |
|
|
124
|
+
| Wrong data displayed | `evaluate` (BLoC/provider state) | Stale state; `watch` vs `read` misuse |
|
|
125
|
+
| API returning errors | `start_http_capture` + `get_http_events` | 401/403/500 responses; CORS blocks |
|
|
126
|
+
| UI jank during scrolling | `start_frame_tracking` + `get_frame_timing` | Frames exceeding 16ms budget |
|
|
127
|
+
| Memory growing unbounded | `get_memory_usage` + `get_allocation_profile` | Leaked listeners or controllers |
|
|
128
128
|
|
|
129
129
|
## Output format
|
|
130
130
|
|
package/skills/devtools/SKILL.md
CHANGED
|
@@ -35,16 +35,19 @@ description: Wires up and uses the flutter-ultra DevTools panel to inspect live
|
|
|
35
35
|
Push events to keep the panel updated during `/flutter:tour` or `/flutter:drive`:
|
|
36
36
|
|
|
37
37
|
**Screenshot events:**
|
|
38
|
+
|
|
38
39
|
```
|
|
39
40
|
push_event(type: "screenshot", payload: { path: "tour/login.png", route: "/login" })
|
|
40
41
|
```
|
|
41
42
|
|
|
42
43
|
**Tool result events:**
|
|
44
|
+
|
|
43
45
|
```
|
|
44
46
|
push_event(type: "tool_result", payload: { tool: "tap", status: "ok" })
|
|
45
47
|
```
|
|
46
48
|
|
|
47
49
|
**Error events:**
|
|
50
|
+
|
|
48
51
|
```
|
|
49
52
|
push_event(type: "error", payload: { message: "Widget not found" })
|
|
50
53
|
```
|
|
@@ -84,32 +87,32 @@ Useful during:
|
|
|
84
87
|
|
|
85
88
|
## Tool reference
|
|
86
89
|
|
|
87
|
-
| Action
|
|
88
|
-
|
|
89
|
-
| Start server
|
|
90
|
-
| Stop server
|
|
91
|
-
| Check status
|
|
92
|
-
| Push event
|
|
93
|
-
| Wait for command | `mcp__plugin_flutter_flutter-ultra-devtools__panel_command`
|
|
94
|
-
| Project info
|
|
95
|
-
| Add dependency
|
|
96
|
-
| Resolve deps
|
|
97
|
-
| Overrides set
|
|
98
|
-
| VM screenshot
|
|
99
|
-
| Runtime errors
|
|
100
|
-
| Gesture tap
|
|
101
|
-
| Patrol result
|
|
90
|
+
| Action | Tool |
|
|
91
|
+
| ---------------- | ---------------------------------------------------------------- |
|
|
92
|
+
| Start server | `mcp__plugin_flutter_flutter-ultra-devtools__start_panel_server` |
|
|
93
|
+
| Stop server | `mcp__plugin_flutter_flutter-ultra-devtools__stop_panel_server` |
|
|
94
|
+
| Check status | `mcp__plugin_flutter_flutter-ultra-devtools__panel_status` |
|
|
95
|
+
| Push event | `mcp__plugin_flutter_flutter-ultra-devtools__push_event` |
|
|
96
|
+
| Wait for command | `mcp__plugin_flutter_flutter-ultra-devtools__panel_command` |
|
|
97
|
+
| Project info | `mcp__plugin_flutter_flutter-ultra-build__project_info` |
|
|
98
|
+
| Add dependency | `mcp__plugin_flutter_flutter-ultra-build__pub_add` |
|
|
99
|
+
| Resolve deps | `mcp__plugin_flutter_flutter-ultra-build__pub_get` |
|
|
100
|
+
| Overrides set | `mcp__plugin_flutter_flutter-ultra-build__pubspec_overrides_set` |
|
|
101
|
+
| VM screenshot | `mcp__plugin_flutter_flutter-ultra-runtime__screenshot` |
|
|
102
|
+
| Runtime errors | `mcp__plugin_flutter_flutter-ultra-runtime__get_runtime_errors` |
|
|
103
|
+
| Gesture tap | `mcp__plugin_flutter_flutter-ultra-gesture__tap` |
|
|
104
|
+
| Patrol result | `mcp__plugin_flutter_flutter-ultra-patrol__get_patrol_result` |
|
|
102
105
|
|
|
103
106
|
## Event types reference
|
|
104
107
|
|
|
105
|
-
| Type
|
|
106
|
-
|
|
107
|
-
| `custom`
|
|
108
|
-
| `screenshot`
|
|
109
|
-
| `tool_result` | `{ tool: string, status: string }`
|
|
110
|
-
| `error`
|
|
111
|
-
| `progress`
|
|
112
|
-
| `test_result` | `{ name: string, passed: boolean }`
|
|
108
|
+
| Type | Payload | When to use |
|
|
109
|
+
| ------------- | ------------------------------------------------ | ---------------------------------- |
|
|
110
|
+
| `custom` | `{ message: string }` | General notifications |
|
|
111
|
+
| `screenshot` | `{ path: string, route?: string }` | After capturing a screenshot |
|
|
112
|
+
| `tool_result` | `{ tool: string, status: string }` | After any tool call completes |
|
|
113
|
+
| `error` | `{ message: string, stack?: string }` | On runtime errors or tool failures |
|
|
114
|
+
| `progress` | `{ step: number, total: number, label: string }` | During multi-step flows |
|
|
115
|
+
| `test_result` | `{ name: string, passed: boolean }` | After each test completes |
|
|
113
116
|
|
|
114
117
|
## Example
|
|
115
118
|
|
package/skills/drive/SKILL.md
CHANGED
|
@@ -30,18 +30,18 @@ Break the user's request into discrete, verifiable steps. Announce the plan befo
|
|
|
30
30
|
|
|
31
31
|
**Perform the action:**
|
|
32
32
|
|
|
33
|
-
| Action
|
|
34
|
-
|
|
35
|
-
| Tap by key/text/coords
|
|
36
|
-
| Double tap
|
|
37
|
-
| Long press
|
|
38
|
-
| Enter text
|
|
39
|
-
| Clear text field
|
|
40
|
-
| Scroll to element
|
|
41
|
-
| Scroll until visible
|
|
42
|
-
| Swipe gesture
|
|
43
|
-
| Pinch zoom
|
|
44
|
-
| Navigate programmatically | `mcp__plugin_flutter_flutter-ultra-runtime__evaluate`
|
|
33
|
+
| Action | Tool |
|
|
34
|
+
| ------------------------- | ----------------------------------------------------------------- |
|
|
35
|
+
| Tap by key/text/coords | `mcp__plugin_flutter_flutter-ultra-gesture__tap` |
|
|
36
|
+
| Double tap | `mcp__plugin_flutter_flutter-ultra-gesture__double_tap` |
|
|
37
|
+
| Long press | `mcp__plugin_flutter_flutter-ultra-gesture__long_press` |
|
|
38
|
+
| Enter text | `mcp__plugin_flutter_flutter-ultra-gesture__enter_text` |
|
|
39
|
+
| Clear text field | `mcp__plugin_flutter_flutter-ultra-gesture__clear_text` |
|
|
40
|
+
| Scroll to element | `mcp__plugin_flutter_flutter-ultra-gesture__scroll_to` |
|
|
41
|
+
| Scroll until visible | `mcp__plugin_flutter_flutter-ultra-gesture__scroll_until_visible` |
|
|
42
|
+
| Swipe gesture | `mcp__plugin_flutter_flutter-ultra-gesture__swipe` |
|
|
43
|
+
| Pinch zoom | `mcp__plugin_flutter_flutter-ultra-gesture__pinch_zoom` |
|
|
44
|
+
| Navigate programmatically | `mcp__plugin_flutter_flutter-ultra-runtime__evaluate` |
|
|
45
45
|
|
|
46
46
|
**Wait for the UI to settle:**
|
|
47
47
|
|
package/skills/scaffold/SKILL.md
CHANGED
|
@@ -10,12 +10,12 @@ User must explicitly trigger this skill with `/flutter:scaffold`. It creates fil
|
|
|
10
10
|
|
|
11
11
|
## Mode detection
|
|
12
12
|
|
|
13
|
-
| User asks
|
|
14
|
-
|
|
15
|
-
| "create a new Flutter app"
|
|
16
|
-
| "add a feature", "new screen" | Feature mode
|
|
17
|
-
| "set up BLoC / Riverpod"
|
|
18
|
-
| "add localization"
|
|
13
|
+
| User asks | Mode |
|
|
14
|
+
| ----------------------------- | --------------------- |
|
|
15
|
+
| "create a new Flutter app" | Project mode |
|
|
16
|
+
| "add a feature", "new screen" | Feature mode |
|
|
17
|
+
| "set up BLoC / Riverpod" | State management mode |
|
|
18
|
+
| "add localization" | L10n mode |
|
|
19
19
|
|
|
20
20
|
## Project mode
|
|
21
21
|
|
|
@@ -32,12 +32,12 @@ Call `mcp__plugin_flutter_flutter-ultra-build__project_info` to read project str
|
|
|
32
32
|
|
|
33
33
|
Detect the project's state management from `pubspec.yaml`:
|
|
34
34
|
|
|
35
|
-
| Dependency
|
|
36
|
-
|
|
37
|
-
| `flutter_bloc` / `bloc`
|
|
38
|
-
| `riverpod` / `flutter_riverpod` | Riverpod
|
|
39
|
-
| `provider`
|
|
40
|
-
| None
|
|
35
|
+
| Dependency | Pattern |
|
|
36
|
+
| ------------------------------- | ------------ |
|
|
37
|
+
| `flutter_bloc` / `bloc` | BLoC |
|
|
38
|
+
| `riverpod` / `flutter_riverpod` | Riverpod |
|
|
39
|
+
| `provider` | Provider |
|
|
40
|
+
| None | Ask the user |
|
|
41
41
|
|
|
42
42
|
Detect routing: `go_router` = GoRouter, `auto_route` = AutoRoute, none = Navigator 1.0.
|
|
43
43
|
|
|
@@ -126,31 +126,31 @@ After scaffolding a release-ready project:
|
|
|
126
126
|
|
|
127
127
|
## Tool reference
|
|
128
128
|
|
|
129
|
-
| Action
|
|
130
|
-
|
|
131
|
-
| Project info
|
|
132
|
-
| List projects
|
|
133
|
-
| Add dependency
|
|
134
|
-
| Remove dependency
|
|
135
|
-
| Resolve deps
|
|
136
|
-
| Search pub.dev
|
|
137
|
-
| Format code
|
|
138
|
-
| Analyze
|
|
139
|
-
| Auto-fix
|
|
140
|
-
| Preview fixes
|
|
141
|
-
| Build runner
|
|
142
|
-
| Gen l10n
|
|
143
|
-
| Add asset
|
|
144
|
-
| Validate assets
|
|
145
|
-
| Orphan assets
|
|
146
|
-
| Web redirect
|
|
147
|
-
| CanvasKit check
|
|
148
|
-
| Flush SW
|
|
149
|
-
| Android signing
|
|
150
|
-
| iOS signing
|
|
151
|
-
| Set bundle ID
|
|
152
|
-
| Flutter doctor
|
|
153
|
-
| Missing translations | `mcp__plugin_flutter_flutter-ultra-build__list_missing_translations`
|
|
129
|
+
| Action | Tool |
|
|
130
|
+
| -------------------- | --------------------------------------------------------------------------------- |
|
|
131
|
+
| Project info | `mcp__plugin_flutter_flutter-ultra-build__project_info` |
|
|
132
|
+
| List projects | `mcp__plugin_flutter_flutter-ultra-build__list_projects` |
|
|
133
|
+
| Add dependency | `mcp__plugin_flutter_flutter-ultra-build__pub_add` |
|
|
134
|
+
| Remove dependency | `mcp__plugin_flutter_flutter-ultra-build__pub_remove` |
|
|
135
|
+
| Resolve deps | `mcp__plugin_flutter_flutter-ultra-build__pub_get` |
|
|
136
|
+
| Search pub.dev | `mcp__plugin_flutter_flutter-ultra-build__pub_dev_search` |
|
|
137
|
+
| Format code | `mcp__plugin_flutter_flutter-ultra-build__format` |
|
|
138
|
+
| Analyze | `mcp__plugin_flutter_flutter-ultra-build__analyze` |
|
|
139
|
+
| Auto-fix | `mcp__plugin_flutter_flutter-ultra-build__fix` |
|
|
140
|
+
| Preview fixes | `mcp__plugin_flutter_flutter-ultra-build__fix_preview` |
|
|
141
|
+
| Build runner | `mcp__plugin_flutter_flutter-ultra-build__start_build_runner_build` |
|
|
142
|
+
| Gen l10n | `mcp__plugin_flutter_flutter-ultra-build__flutter_gen_l10n` |
|
|
143
|
+
| Add asset | `mcp__plugin_flutter_flutter-ultra-build__add_asset` |
|
|
144
|
+
| Validate assets | `mcp__plugin_flutter_flutter-ultra-build__validate_assets` |
|
|
145
|
+
| Orphan assets | `mcp__plugin_flutter_flutter-ultra-build__list_orphan_assets` |
|
|
146
|
+
| Web redirect | `mcp__plugin_flutter_flutter-ultra-build__validate_web_redirect` |
|
|
147
|
+
| CanvasKit check | `mcp__plugin_flutter_flutter-ultra-build__validate_canvaskit_vs_html_consistency` |
|
|
148
|
+
| Flush SW | `mcp__plugin_flutter_flutter-ultra-build__flush_service_worker` |
|
|
149
|
+
| Android signing | `mcp__plugin_flutter_flutter-ultra-build__verify_android_signing` |
|
|
150
|
+
| iOS signing | `mcp__plugin_flutter_flutter-ultra-build__verify_ios_signing` |
|
|
151
|
+
| Set bundle ID | `mcp__plugin_flutter_flutter-ultra-build__set_bundle_id` |
|
|
152
|
+
| Flutter doctor | `mcp__plugin_flutter_flutter-ultra-build__flutter_doctor` |
|
|
153
|
+
| Missing translations | `mcp__plugin_flutter_flutter-ultra-build__list_missing_translations` |
|
|
154
154
|
|
|
155
155
|
## Example
|
|
156
156
|
|
package/skills/setup/SKILL.md
CHANGED
|
@@ -107,29 +107,29 @@ Verify the app builds for all target platforms using the build server's platform
|
|
|
107
107
|
|
|
108
108
|
## Tool reference
|
|
109
109
|
|
|
110
|
-
| Action
|
|
111
|
-
|
|
112
|
-
| Flutter doctor
|
|
113
|
-
| Project info
|
|
114
|
-
| List devices
|
|
115
|
-
| List dart defines
|
|
116
|
-
| List flavors
|
|
117
|
-
| Add dependency
|
|
118
|
-
| Resolve deps
|
|
119
|
-
| Overrides set
|
|
120
|
-
| Overrides list
|
|
121
|
-
| Analyze
|
|
122
|
-
| Auto-fix
|
|
123
|
-
| Flutter clean
|
|
124
|
-
| Pub cache repair
|
|
125
|
-
| Pub outdated
|
|
126
|
-
| Launch app
|
|
127
|
-
| Poll launch
|
|
128
|
-
| Attach
|
|
129
|
-
| Screenshot
|
|
130
|
-
| Detach
|
|
131
|
-
| Stop app
|
|
132
|
-
| Build (any platform) | `start_build_{platform}` via the build server
|
|
110
|
+
| Action | Tool |
|
|
111
|
+
| -------------------- | ----------------------------------------------------------------- |
|
|
112
|
+
| Flutter doctor | `mcp__plugin_flutter_flutter-ultra-build__flutter_doctor` |
|
|
113
|
+
| Project info | `mcp__plugin_flutter_flutter-ultra-build__project_info` |
|
|
114
|
+
| List devices | `mcp__plugin_flutter_flutter-ultra-runtime__list_devices` |
|
|
115
|
+
| List dart defines | `mcp__plugin_flutter_flutter-ultra-build__list_dart_defines` |
|
|
116
|
+
| List flavors | `mcp__plugin_flutter_flutter-ultra-build__list_flavors` |
|
|
117
|
+
| Add dependency | `mcp__plugin_flutter_flutter-ultra-build__pub_add` |
|
|
118
|
+
| Resolve deps | `mcp__plugin_flutter_flutter-ultra-build__pub_get` |
|
|
119
|
+
| Overrides set | `mcp__plugin_flutter_flutter-ultra-build__pubspec_overrides_set` |
|
|
120
|
+
| Overrides list | `mcp__plugin_flutter_flutter-ultra-build__pubspec_overrides_list` |
|
|
121
|
+
| Analyze | `mcp__plugin_flutter_flutter-ultra-build__analyze` |
|
|
122
|
+
| Auto-fix | `mcp__plugin_flutter_flutter-ultra-build__fix` |
|
|
123
|
+
| Flutter clean | `mcp__plugin_flutter_flutter-ultra-build__flutter_clean` |
|
|
124
|
+
| Pub cache repair | `mcp__plugin_flutter_flutter-ultra-build__pub_cache_repair` |
|
|
125
|
+
| Pub outdated | `mcp__plugin_flutter_flutter-ultra-build__pub_outdated` |
|
|
126
|
+
| Launch app | `mcp__plugin_flutter_flutter-ultra-runtime__launch_app` |
|
|
127
|
+
| Poll launch | `mcp__plugin_flutter_flutter-ultra-runtime__poll_launch_app` |
|
|
128
|
+
| Attach | `mcp__plugin_flutter_flutter-ultra-runtime__attach` |
|
|
129
|
+
| Screenshot | `mcp__plugin_flutter_flutter-ultra-runtime__screenshot` |
|
|
130
|
+
| Detach | `mcp__plugin_flutter_flutter-ultra-runtime__detach` |
|
|
131
|
+
| Stop app | `mcp__plugin_flutter_flutter-ultra-runtime__stop_app` |
|
|
132
|
+
| Build (any platform) | `start_build_{platform}` via the build server |
|
|
133
133
|
|
|
134
134
|
## Output format
|
|
135
135
|
|
package/skills/test/SKILL.md
CHANGED
|
@@ -127,30 +127,30 @@ Got: InvoiceListLoaded with 0 items
|
|
|
127
127
|
|
|
128
128
|
## Tool reference
|
|
129
129
|
|
|
130
|
-
| Action
|
|
131
|
-
|
|
132
|
-
| List projects
|
|
133
|
-
| Project info
|
|
134
|
-
| Discover tests
|
|
135
|
-
| Static analysis
|
|
136
|
-
| Start unit tests
|
|
137
|
-
| Poll unit tests
|
|
138
|
-
| Get unit results
|
|
139
|
-
| Start widget tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_widget_tests`
|
|
140
|
-
| Start golden tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_golden_tests`
|
|
141
|
-
| Update goldens
|
|
142
|
-
| List patrol tests
|
|
143
|
-
| Start patrol test
|
|
144
|
-
| Poll patrol
|
|
145
|
-
| Get patrol result
|
|
146
|
-
| Patrol screenshot
|
|
147
|
-
| Patrol recording
|
|
148
|
-
| Extract frame
|
|
149
|
-
| Browser errors
|
|
150
|
-
| Web debugger port
|
|
151
|
-
| Connect CDP
|
|
152
|
-
| HTTP capture
|
|
153
|
-
| VM screenshot
|
|
130
|
+
| Action | Tool |
|
|
131
|
+
| ------------------ | ------------------------------------------------------------------------ |
|
|
132
|
+
| List projects | `mcp__plugin_flutter_flutter-ultra-build__list_projects` |
|
|
133
|
+
| Project info | `mcp__plugin_flutter_flutter-ultra-build__project_info` |
|
|
134
|
+
| Discover tests | `mcp__plugin_flutter_flutter-ultra-build__test_filter` |
|
|
135
|
+
| Static analysis | `mcp__plugin_flutter_flutter-ultra-build__analyze` |
|
|
136
|
+
| Start unit tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_unit_tests` |
|
|
137
|
+
| Poll unit tests | `mcp__plugin_flutter_flutter-ultra-build__poll_run_unit_tests` |
|
|
138
|
+
| Get unit results | `mcp__plugin_flutter_flutter-ultra-build__get_run_unit_tests_result` |
|
|
139
|
+
| Start widget tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_widget_tests` |
|
|
140
|
+
| Start golden tests | `mcp__plugin_flutter_flutter-ultra-build__start_run_golden_tests` |
|
|
141
|
+
| Update goldens | `mcp__plugin_flutter_flutter-ultra-build__start_update_goldens` |
|
|
142
|
+
| List patrol tests | `mcp__plugin_flutter_flutter-ultra-patrol__list_tests` |
|
|
143
|
+
| Start patrol test | `mcp__plugin_flutter_flutter-ultra-patrol__start_patrol_test` |
|
|
144
|
+
| Poll patrol | `mcp__plugin_flutter_flutter-ultra-patrol__poll_patrol_job` |
|
|
145
|
+
| Get patrol result | `mcp__plugin_flutter_flutter-ultra-patrol__get_patrol_result` |
|
|
146
|
+
| Patrol screenshot | `mcp__plugin_flutter_flutter-ultra-patrol__take_patrol_screenshot` |
|
|
147
|
+
| Patrol recording | `mcp__plugin_flutter_flutter-ultra-patrol__start_patrol_recording` |
|
|
148
|
+
| Extract frame | `mcp__plugin_flutter_flutter-ultra-patrol__extract_video_frame` |
|
|
149
|
+
| Browser errors | `mcp__plugin_flutter_flutter-ultra-patrol__get_patrol_browser_errors` |
|
|
150
|
+
| Web debugger port | `mcp__plugin_flutter_flutter-ultra-patrol__get_patrol_web_debugger_port` |
|
|
151
|
+
| Connect CDP | `mcp__plugin_flutter_flutter-ultra-browser__connect_over_cdp` |
|
|
152
|
+
| HTTP capture | `mcp__plugin_flutter_flutter-ultra-runtime__start_http_capture` |
|
|
153
|
+
| VM screenshot | `mcp__plugin_flutter_flutter-ultra-runtime__screenshot` |
|
|
154
154
|
|
|
155
155
|
## Example
|
|
156
156
|
|
package/skills/tour/SKILL.md
CHANGED
|
@@ -69,27 +69,27 @@ Write `tour-report.md` with a markdown table of all routes, screenshot paths, an
|
|
|
69
69
|
|
|
70
70
|
## Tool reference
|
|
71
71
|
|
|
72
|
-
| Action
|
|
73
|
-
|
|
74
|
-
| Find sessions
|
|
75
|
-
| Launch app
|
|
76
|
-
| Attach
|
|
77
|
-
| Evaluate Dart
|
|
78
|
-
| VM screenshot
|
|
79
|
-
| Find widget
|
|
80
|
-
| Widget exists
|
|
81
|
-
| Platform override
|
|
82
|
-
| Runtime errors
|
|
83
|
-
| Wait for settle
|
|
84
|
-
| Responsive shots
|
|
85
|
-
| Screencast start
|
|
86
|
-
| Screencast stop
|
|
87
|
-
| Browser screenshot
|
|
88
|
-
| Browser launch
|
|
89
|
-
| Connect CDP
|
|
90
|
-
| Device screenshot
|
|
91
|
-
| Desktop screenshot
|
|
92
|
-
| Push DevTools event | `mcp__plugin_flutter_flutter-ultra-devtools__push_event`
|
|
72
|
+
| Action | Tool |
|
|
73
|
+
| ------------------- | ------------------------------------------------------------------------- |
|
|
74
|
+
| Find sessions | `mcp__plugin_flutter_flutter-ultra-runtime__discover_sessions` |
|
|
75
|
+
| Launch app | `mcp__plugin_flutter_flutter-ultra-runtime__launch_app` |
|
|
76
|
+
| Attach | `mcp__plugin_flutter_flutter-ultra-runtime__attach` |
|
|
77
|
+
| Evaluate Dart | `mcp__plugin_flutter_flutter-ultra-runtime__evaluate` |
|
|
78
|
+
| VM screenshot | `mcp__plugin_flutter_flutter-ultra-runtime__screenshot` |
|
|
79
|
+
| Find widget | `mcp__plugin_flutter_flutter-ultra-runtime__find_widget` |
|
|
80
|
+
| Widget exists | `mcp__plugin_flutter_flutter-ultra-runtime__widget_exists` |
|
|
81
|
+
| Platform override | `mcp__plugin_flutter_flutter-ultra-runtime__set_platform_override` |
|
|
82
|
+
| Runtime errors | `mcp__plugin_flutter_flutter-ultra-runtime__get_runtime_errors` |
|
|
83
|
+
| Wait for settle | `mcp__plugin_flutter_flutter-ultra-gesture__wait_for` |
|
|
84
|
+
| Responsive shots | `mcp__plugin_flutter_flutter-ultra-gesture__take_responsive_screenshots` |
|
|
85
|
+
| Screencast start | `mcp__plugin_flutter_flutter-ultra-gesture__start_screencast` |
|
|
86
|
+
| Screencast stop | `mcp__plugin_flutter_flutter-ultra-gesture__stop_screencast` |
|
|
87
|
+
| Browser screenshot | `mcp__plugin_flutter_flutter-ultra-browser__screenshot` |
|
|
88
|
+
| Browser launch | `mcp__plugin_flutter_flutter-ultra-browser__launch_browser` |
|
|
89
|
+
| Connect CDP | `mcp__plugin_flutter_flutter-ultra-browser__connect_over_cdp` |
|
|
90
|
+
| Device screenshot | `mcp__plugin_flutter_flutter-ultra-native-mobile__take_device_screenshot` |
|
|
91
|
+
| Desktop screenshot | `mcp__plugin_flutter_flutter-ultra-native-desktop__desktop_screenshot` |
|
|
92
|
+
| Push DevTools event | `mcp__plugin_flutter_flutter-ultra-devtools__push_event` |
|
|
93
93
|
|
|
94
94
|
## Example
|
|
95
95
|
|