@amazon-devices/amazon-devices-buildertools-mcp 0.1.30 → 0.1.31
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/README.ja.md +2 -17
- package/README.md +2 -17
- package/dist/assets/vega-developer-context.db +0 -0
- package/dist/startserver +3 -3
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -24,7 +24,8 @@ Amazon Devices Builder Tools MCPは以下の機能をサポートしています
|
|
|
24
24
|
| **クラッシュ分析** | JavaScript、Native、LMK、ANRクラッシュの自動ACR分析による診断 | <ul><li>`なぜアプリがクラッシュしたのですか?`</li><li>`このACRファイルを分析してください /path/to/crash.acr`</li></ul> |
|
|
25
25
|
| **キー入力レイテンシー** | JSスレッドパフォーマンスと入力イベント分析によるキー入力レイテンシーの問題を診断・解決 | <ul><li>`なぜアプリのキー入力が遅いのですか?`</li><li>`Vegaアプリのキー入力レイテンシーを診断してください`</li><li>`ボタンクリックが遅く感じます、助けてください`</li></ul> |
|
|
26
26
|
| **UI流暢性** | コンポーネント再レンダリングとCPUパフォーマンス分析によるUI流暢性KPI障害の診断 | <ul><li>`アプリのUI流暢性スコアが低いです、診断してください`</li><li>`Vegaアプリのフレームドロップとジャンクを修正してください`</li><li>`アプリのスクロールがスムーズでないのはなぜですか?`</li></ul> |
|
|
27
|
-
|
|
|
27
|
+
| **アプリ移植** *(ベータ)* | アプリタイプの自動検出によるFireOSアプリのVegaへの移植、またはWeb URLをVega WebViewアプリとしてラップ。4つの入力パスをサポート:FOS WebView → Vega WebView、FOS React Native → VegaScript、FOS Native (Java/Kotlin) → VegaScript *(部分的サポート)*、Web URL → Vega WebView。 | <ul><li>`TVアプリをVegaに移植してください`</li><li>`/path/to/fos-appにあるFireOSアプリをVegaに移行してください`</li><li>`FOS React NativeアプリをVegaScriptに移植してください`</li><li>`FOS WebViewアプリをVega Webアプリに変換してください`</li><li>`https://example.com をVega WebViewアプリとしてラップしてください`</li></ul> |
|
|
28
|
+
| **RNアップグレード** *(アルファ)* | AI支援による移行でVegaScriptアプリのReact Nativeバージョンをアップグレード。包括的なアップグレードガイド、破壊的変更の分析、バージョンアップグレード(例:RN 0.72 → 0.83)のためのインタラクティブなTODOベースのワークフローを提供。 | <ul><li>`VegaアプリをReact Native 0.72から0.83にアップグレードしてください`</li><li>`RN 0.83にアップグレードする際の破壊的変更は何ですか?`</li><li>`React Nativeアップグレードプロセスをガイドしてください`</li></ul> |
|
|
28
29
|
| **Appstore IAP統合** | VegaアプリでAmazon Appstoreアプリ内課金(IAP)SDKを統合・テスト | <ul><li>`VegaアプリにIAPを統合してください`</li><li>`Vegaアプリのアプリ内課金をセットアップするにはどうすればよいですか?`</li><li>`VegaアプリでIAPをテストしてください`</li></ul> |
|
|
29
30
|
| **フィードバックの提供** | MCPの使用体験についてAmazonにフィードバックを提供 | <ul><li>`フィードバックを提供したい`</li><li>`Vega MCPのフィードバックを提供するにはどうすればよいですか?`</li></ul> |
|
|
30
31
|
|
|
@@ -232,7 +233,6 @@ Amazon Devices Builder Tools MCPが提供するツールをリストしてくだ
|
|
|
232
233
|
- diagnose_crash
|
|
233
234
|
- diagnose_key_input_latency
|
|
234
235
|
- diagnose_ui_fluidity
|
|
235
|
-
- convert_fos_webview_to_vega
|
|
236
236
|
|
|
237
237
|
## MCPツール
|
|
238
238
|
|
|
@@ -422,18 +422,3 @@ Amazon Devices Builder Tools MCPは、AIエージェントの`/prompts`でワン
|
|
|
422
422
|
```
|
|
423
423
|
> @diagnose_ui_fluidity /path/to/my-vega-app
|
|
424
424
|
```
|
|
425
|
-
|
|
426
|
-
### 9. `convert_fos_webview_to_vega`
|
|
427
|
-
|
|
428
|
-
**説明:** VegaのWebViewコンポーネントを使用して、視覚的・機能的一貫性を維持しながら、既存のFireOS WebViewアプリケーションをVega WebViewアプリケーションに変換します。
|
|
429
|
-
|
|
430
|
-
**パラメータ:**
|
|
431
|
-
|
|
432
|
-
- `fos_app_workspace_path`(必須、文字列): FireOS Webアプリのソースコードへのパス
|
|
433
|
-
- `vega_app_workspace_path`(必須、文字列): Vegaアプリを作成するパス
|
|
434
|
-
|
|
435
|
-
**使用例:**
|
|
436
|
-
|
|
437
|
-
```
|
|
438
|
-
> @convert_fos_webview_to_vega /path/to/fos-web-app /path/to/vega-app
|
|
439
|
-
```
|
package/README.md
CHANGED
|
@@ -24,7 +24,8 @@ The Amazon Devices Builder Tools MCP supports the following capabilities:
|
|
|
24
24
|
| **Crash Analysis** | Diagnose JavaScript, Native, LMK, and ANR crashes with automated ACR analysis | <ul><li>`Why did my app crash?`</li><li>`Help me analyze this ACR file /path/to/crash.acr`</li></ul> |
|
|
25
25
|
| **Key Input Latency** | Diagnose and resolve key input latency issues through JS Thread performance and input event analysis | <ul><li>`Why is my app responding slowly to key presses?`</li><li>`Help me diagnose key input latency in my Vega app`</li><li>`My button clicks feel laggy, can you help?`</li></ul> |
|
|
26
26
|
| **UI Fluidity** | Diagnose UI fluidity KPI failures through component re-rendering and CPU performance analysis | <ul><li>`My app's UI fluidity score is low, help me diagnose it`</li><li>`Help me fix frame drops and jank in my Vega app`</li><li>`Why is scrolling not smooth in my app?`</li></ul> |
|
|
27
|
-
| **App
|
|
27
|
+
| **App Porting** *(Beta)* | Port FireOS apps to Vega or wrap a web URL as a Vega app, with auto-detection of app type. Supports four input paths: FOS WebView → Vega WebView, FOS React Native → VegaScript, FOS Native (Java/Kotlin) → VegaScript *(partial support)*, and Web URL → Vega WebView. | <ul><li>`Port my TV app to Vega`</li><li>`Help me migrate my FireOS app at /path/to/fos-app to Vega`</li><li>`Port my FOS React Native app to VegaScript`</li><li>`Convert my FOS WebView app to a Vega Web App`</li><li>`Wrap https://example.com as a Vega WebView app`</li></ul> |
|
|
28
|
+
| **RN Upgrade** *(Alpha)* | Upgrade React Native version in VegaScript apps with AI-assisted migration. Provides comprehensive upgrade guides, breaking change analysis, and interactive TODO-based workflow for version upgrades (e.g., RN 0.72 → 0.83). | <ul><li>`Help me upgrade my Vega app from React Native 0.72 to 0.83`</li><li>`What are the breaking changes when upgrading to RN 0.83?`</li><li>`Guide me through the React Native upgrade process`</li></ul> |
|
|
28
29
|
| **Appstore IAP Integration** | Integrate and test Amazon Appstore In-App Purchasing (IAP) SDK in Vega apps | <ul><li>`Help me integrate IAP in my Vega app`</li><li>`How do I set up In-App Purchasing for my Vega app?`</li><li>`Help me test IAP in my Vega app`</li></ul> |
|
|
29
30
|
| **SDK & CLI** | Install/update SDK and efficiently run CLI tools via spec-driven CLI | <ul><li>`Install/update SDK from AI agents`</li><li>`Build my app`</li><li>`Run my app on virtual device`</li><li>`Run my app on physical device`</li><li>`Run KPI Visualizer and get performance results`</li></ul> |
|
|
30
31
|
|
|
@@ -241,7 +242,6 @@ You should see a response that includes the following tools:
|
|
|
241
242
|
- diagnose_crash
|
|
242
243
|
- diagnose_key_input_latency
|
|
243
244
|
- diagnose_ui_fluidity
|
|
244
|
-
- convert_fos_webview_to_vega
|
|
245
245
|
|
|
246
246
|
## MCP Tools
|
|
247
247
|
|
|
@@ -524,18 +524,3 @@ Amazon Devices Builder Tools MCP provides the following pre-defined prompt templ
|
|
|
524
524
|
```
|
|
525
525
|
> @diagnose_ui_fluidity /path/to/my-vega-app
|
|
526
526
|
```
|
|
527
|
-
|
|
528
|
-
### 9. `convert_fos_webview_to_vega`
|
|
529
|
-
|
|
530
|
-
**Description:** Convert an existing FireOS WebView application to a Vega WebView application while maintaining visual and functional consistency using Vega's WebView component.
|
|
531
|
-
|
|
532
|
-
**Parameters:**
|
|
533
|
-
|
|
534
|
-
- `fos_app_workspace_path` (required, string): Path to the FireOS web app source code
|
|
535
|
-
- `vega_app_workspace_path` (required, string): Path where the Vega app should be created
|
|
536
|
-
|
|
537
|
-
**Example usage:**
|
|
538
|
-
|
|
539
|
-
```
|
|
540
|
-
> @convert_fos_webview_to_vega /path/to/fos-web-app /path/to/vega-app
|
|
541
|
-
```
|
|
Binary file
|