Skip to content

Commit f5edc60

Browse files
author
GitLab CI
committed
release: v0.8.6 — 207 MCP tools, monkey testing, self-healing, network mock, deep a11y
1 parent 49603b6 commit f5edc60

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packaging/npm/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_skill_npm
22
description: Give your AI Agent eyes and hands inside your Flutter app.
3-
version: 0.8.5
3+
version: 0.8.6
44
publish_to: 'none'
55
homepage: https://github.com/ai-dashboad/flutter-skill
66
repository: https://github.com/ai-dashboad/flutter-skill

packaging/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flutter-skill",
33
"mcpName": "io.github.ai-dashboad/flutter-skill",
4-
"version": "0.8.5",
4+
"version": "0.8.6",
55
"description": "MCP Server for app automation - Give your AI Agent eyes and hands inside any app (Flutter, React, Web, Native)",
66
"main": "index.js",
77
"bin": {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_skill
22
description: Give your AI Agent eyes and hands inside your Flutter app.
3-
version: 0.8.5
3+
version: 0.8.6
44
homepage: https://github.com/ai-dashboad/flutter-skill
55
repository: https://github.com/ai-dashboad/flutter-skill
66
# publish_to: 'none' # Remove this when ready to publish to pub.dev

test/e2e/full_mcp_test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const URL = args.url || null;
2424
const VM_SERVICE = args['vm-service'] || null;
2525
const PORT = parseInt(args.port || '18118');
2626

27-
const DART = '/tmp/fs-test4';
27+
const DART = '/tmp/fs-207';
2828
const SERVER = '';
2929

3030
// ── Platform classification ────────────────────────────────────────────────

0 commit comments

Comments
 (0)