@bdayadev/flutter-ultra-mcp 1.0.0 → 1.0.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
3
3
|
"name": "flutter-ultra-mcp",
|
|
4
|
-
"description": "The ultimate Flutter MCP plugin
|
|
4
|
+
"description": "The ultimate Flutter MCP plugin \u2014 8 specialized servers, 214 tools, cross-platform automation for Claude Code",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "Bdaya-Dev",
|
|
7
7
|
"email": "ahmednfwela@digrum.com"
|
|
@@ -10,14 +10,26 @@
|
|
|
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": "0.0
|
|
13
|
+
"version": "1.0.0",
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "Bdaya-Dev",
|
|
16
16
|
"url": "https://github.com/Bdaya-Dev"
|
|
17
17
|
},
|
|
18
18
|
"repository": "https://github.com/Bdaya-Dev/flutter-ultra-mcp",
|
|
19
19
|
"homepage": "https://github.com/Bdaya-Dev/flutter-ultra-mcp",
|
|
20
|
-
"license": "Apache-2.0"
|
|
20
|
+
"license": "Apache-2.0",
|
|
21
|
+
"source": "./",
|
|
22
|
+
"category": "development",
|
|
23
|
+
"tags": [
|
|
24
|
+
"flutter",
|
|
25
|
+
"dart",
|
|
26
|
+
"mcp",
|
|
27
|
+
"testing",
|
|
28
|
+
"automation",
|
|
29
|
+
"patrol",
|
|
30
|
+
"cross-platform"
|
|
31
|
+
]
|
|
21
32
|
}
|
|
22
|
-
]
|
|
23
|
-
|
|
33
|
+
],
|
|
34
|
+
"version": "1.0.0"
|
|
35
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdayadev/flutter-ultra-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.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",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"clean": "turbo run clean && rimraf node_modules",
|
|
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
|
-
"prepare": "
|
|
30
|
+
"prepare": "npm run build --if-present || true",
|
|
31
|
+
"postinstall": "test -d packages/flutter-ultra-build/dist || npm run build --if-present || true"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@commitlint/cli": "^19.0.0",
|