flutter-skill-mcp 0.2.20 → 0.2.22

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,10 @@ npm install -g flutter-skill-mcp
21
21
  brew tap ai-dashboad/flutter-skill
22
22
  brew install flutter-skill
23
23
 
24
+ # Scoop (Windows)
25
+ scoop bucket add flutter-skill https://github.com/ai-dashboad/scoop-flutter-skill
26
+ scoop install flutter-skill
27
+
24
28
  # Dart
25
29
  dart pub global activate flutter_skill
26
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flutter-skill-mcp",
3
- "version": "0.2.20",
3
+ "version": "0.2.22",
4
4
  "description": "MCP Server for Flutter app automation - Give your AI Agent eyes and hands inside your Flutter app",
5
5
  "main": "index.js",
6
6
  "bin": {