@amazon-devices/amazon-devices-buildertools-mcp 0.1.33 → 0.1.34
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 +13 -0
- package/README.md +14 -0
- 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,6 +24,8 @@ Amazon Devices Builder Tools MCPは以下の機能をサポートしています
|
|
|
24
24
|
| **Appstore IAP統合** | VegaアプリでAmazon Appstoreアプリ内課金(IAP)SDKを統合・テスト | <ul><li>`VegaアプリにIAPを統合してください`</li><li>`Vegaアプリのアプリ内課金をセットアップするにはどうすればよいですか?`</li><li>`VegaアプリでIAPをテストしてください`</li></ul> |
|
|
25
25
|
| **フィードバックの提供** | MCPの使用体験についてAmazonにフィードバックを提供 | <ul><li>`フィードバックを提供したい`</li><li>`Vega MCPのフィードバックを提供するにはどうすればよいですか?`</li></ul> |
|
|
26
26
|
| **リモートナレッジ検索** | developer.amazon.comおよびcommunity.amazondeveloper.comからドキュメントを検索・取得し、ローカルワークフロー以外のアプリ開発トピックについてもAIアシスタンスを提供 | <ul><li>`Vegaアプリのベータテストはどうすればできますか?`</li><li>`Vegaアプリのアクセシビリティガイドラインは何ですか?`</li><li>`Amazon Appstoreにアプリを提出するにはどうすればよいですか?`</li><li>`VegaのDRMオプションは何がありますか?`</li></ul> |
|
|
27
|
+
| **RN83アルファプレビュー** *(アルファ)* | アローリストされたアルファパートナーをRN 0.83プレビューの全ライフサイクルを通じてガイド:プライベートレジストリのセットアップ、プレビューSDKのインストール、移行、クリーンアップ/アンインストール手順。 | <ul><li>`RN83アルファプレビューのセットアップを手伝ってください`</li><li>`プレビューSDKのインストール方法は?`</li><li>`RN83プレビューSDKをアンインストールしてクリーンアップする方法は?`</li></ul> |
|
|
28
|
+
| **メディア再生** | W3C MSE/EME APIを使用したアダプティブストリーミング(HLS/DASH)、DRMサポート、Shaka Player統合、ヘッドレス再生アーキテクチャ、メディアコントロールによるVegaアプリへのメディア再生追加 | <ul><li>`/path/to/my-vega-appにあるVegaアプリに https://example.com/stream.m3u8 を使ってシンプルなメディア再生実装を追加してください`</li><li>`Widevineを使用してライセンスURL https://license.example.com でDRM保護された再生をアプリに追加してください`</li><li>`UIスレッドから再生を分離するためにVegaアプリにヘッドレスメディア再生アーキテクチャを実装してください`</li><li>`VegaメディアアプリのShaka Playerをバージョンxからバージョンyにアップデートしてください`</li><li>`メディア再生アプリにキャプションと字幕サポートを追加してください`</li></ul> |
|
|
27
29
|
|
|
28
30
|
## ワンクリックインストール
|
|
29
31
|
|
|
@@ -475,3 +477,14 @@ Amazon Devices Builder Tools MCPは、AIエージェントの`/prompts`でワン
|
|
|
475
477
|
```
|
|
476
478
|
> @upgrade_carousel_component /path/to/HomeScreen.tsx 1.0.6 2.0.0
|
|
477
479
|
```
|
|
480
|
+
|
|
481
|
+
### 11. `react_native_for_vega_rn83_alpha_preview`
|
|
482
|
+
|
|
483
|
+
**説明:** バンドルされた知識ベースを使用して、アローリストされたアルファパートナーをRN 0.83プレビューの全ライフサイクルを通じてガイドします。プライベートレジストリの設定、プレビューSDKのインストール、移行、クリーンアップ/アンインストール手順をカバーします。
|
|
484
|
+
|
|
485
|
+
**パラメータ:** なし
|
|
486
|
+
|
|
487
|
+
**使用例:**
|
|
488
|
+
```
|
|
489
|
+
> @react_native_for_vega_rn83_alpha_preview
|
|
490
|
+
```
|
package/README.md
CHANGED
|
@@ -24,6 +24,8 @@ The Amazon Devices Builder Tools MCP supports the following capabilities:
|
|
|
24
24
|
| **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> |
|
|
25
25
|
| **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> |
|
|
26
26
|
| **Remote Knowledge Search** | Search and retrieve documentation from developer.amazon.com and community.amazondeveloper.com to get AI assistance on any documented app development topic beyond curated local workflows | <ul><li>`How can I do a beta test of my Vega app?`</li><li>`What are the accessibility guidelines for Vega apps?`</li><li>`How do I submit my app to the Amazon Appstore?`</li><li>`What DRM options are available for Vega?`</li></ul> |
|
|
27
|
+
| **RN83 Alpha Preview** *(Alpha)* | Guide allowlisted alpha partners through the full RN 0.83 preview lifecycle: private registry setup, preview SDK installation, migration, and cleanup/uninstall steps. | <ul><li>`Help me set up the RN83 alpha preview`</li><li>`How do I install the preview SDK?`</li><li>`How do I uninstall the RN83 preview SDK and clean up?`</li></ul> |
|
|
28
|
+
| **Media Playback** | Add media playback to Vega apps using W3C MSE/EME APIs with adaptive streaming (HLS/DASH), DRM support, Shaka Player integration, headless playback architecture, and media controls | <ul><li>`Add a simple media playback implementation to my Vega app at /path/to/my-vega-app using https://example.com/stream.m3u8`</li><li>`Add DRM-protected playback to my app using Widevine with license URL https://license.example.com`</li><li>`Implement headless media playback architecture in my Vega app to decouple playback from the UI thread`</li><li>`Update Shaka Player from version x to version y in my Vega media playback app`</li><li>`Add captions and subtitle support to my media playback app`</li></ul> |
|
|
27
29
|
|
|
28
30
|
## One-Click Installation
|
|
29
31
|
|
|
@@ -520,3 +522,15 @@ Amazon Devices Builder Tools MCP provides the following pre-defined prompt templ
|
|
|
520
522
|
```
|
|
521
523
|
> @upgrade_carousel_component /path/to/HomeScreen.tsx 1.0.6 2.0.0
|
|
522
524
|
```
|
|
525
|
+
|
|
526
|
+
### 11. `react_native_for_vega_rn83_alpha_preview`
|
|
527
|
+
|
|
528
|
+
**Description:** Guide allowlisted alpha partners through the full RN 0.83 preview lifecycle using the bundled knowledge base. Covers private registry configuration, preview SDK installation, migration, and cleanup/uninstall steps.
|
|
529
|
+
|
|
530
|
+
**Parameters:** None
|
|
531
|
+
|
|
532
|
+
**Example usage:**
|
|
533
|
+
|
|
534
|
+
```
|
|
535
|
+
> @react_native_for_vega_rn83_alpha_preview
|
|
536
|
+
```
|
|
Binary file
|