@bdayadev/flutter-ultra-mcp 1.4.0 → 1.5.1

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.
@@ -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.4.0",
13
+ "version": "1.5.1",
14
14
  "author": {
15
15
  "name": "Bdaya-Dev",
16
16
  "url": "https://github.com/Bdaya-Dev"
@@ -20,16 +20,8 @@
20
20
  "license": "Apache-2.0",
21
21
  "source": "./",
22
22
  "category": "development",
23
- "tags": [
24
- "flutter",
25
- "dart",
26
- "mcp",
27
- "testing",
28
- "automation",
29
- "patrol",
30
- "cross-platform"
31
- ]
23
+ "tags": ["flutter", "dart", "mcp", "testing", "automation", "patrol", "cross-platform"]
32
24
  }
33
25
  ],
34
- "version": "1.4.0"
26
+ "version": "1.5.1"
35
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.4.0",
4
+ "version": "1.5.1",
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",
@@ -10,13 +10,5 @@
10
10
  "homepage": "https://github.com/Bdaya-Dev/flutter-ultra-mcp",
11
11
  "repository": "https://github.com/Bdaya-Dev/flutter-ultra-mcp",
12
12
  "license": "Apache-2.0",
13
- "keywords": [
14
- "flutter",
15
- "dart",
16
- "mcp",
17
- "automation",
18
- "testing",
19
- "devtools",
20
- "claude-code"
21
- ]
13
+ "keywords": ["flutter", "dart", "mcp", "automation", "testing", "devtools", "claude-code"]
22
14
  }
@@ -18,6 +18,8 @@ dependencies:
18
18
  dev_dependencies:
19
19
  flutter_test:
20
20
  sdk: flutter
21
+ integration_test:
22
+ sdk: flutter
21
23
 
22
24
  flutter:
23
25
  uses-material-design: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bdayadev/flutter-ultra-mcp",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
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",
@@ -28,7 +28,10 @@
28
28
  "format": "prettier --write \"**/*.{ts,tsx,js,json,md,yml,yaml}\"",
29
29
  "format:check": "prettier --check \"**/*.{ts,tsx,js,json,md,yml,yaml}\"",
30
30
  "bundle": "node scripts/bundle.mjs",
31
- "prepare": "npm run build --if-present || true"
31
+ "prepare": "npm run build --if-present || true",
32
+ "test:e2e:web": "vitest run tests/e2e/web/",
33
+ "test:e2e:oidc": "vitest run tests/e2e/oidc/",
34
+ "test:dogfood": "vitest run tests/e2e/dogfood/"
32
35
  },
33
36
  "devDependencies": {
34
37
  "@commitlint/cli": "^19.0.0",