ios-copilot-mcp-demo
このプロジェクトは、iOSアプリの自動化を示すデモであり、MCP(Model Context Protocol)を使用してユーザーインターフェースとのインタラクションをシミュレートします。具体的な手順としては、ログイン、ローン金額の入力、ローンオファーの選択などが含まれています。MCPサーバーの設定も含まれており、開発者が簡単に自動化を実装できるようになっています。
GitHubスター
3
ユーザー評価
未評価
お気に入り
0
閲覧数
16
フォーク
0
イシュー
0
README
Overview
This project demonstrates automation of an iOS app using the iOS Simulator MCP Server and Model Context Protocol (MCP). The automation is driven by prompts that simulate user interactions with the app UI.
MCP Server Setup
Configure the MCP server
The .vscode/mcp.json
file should include:
{
"servers": {
"ios-simulator": {
"command": "npx",
"args": [
"-y",
"ios-simulator-mcp"
]
}
}
}
Automation Prompts
The following steps are automated using MCP:
- Enter email:
- Enter
siam.biswas@icloud.com
in the Email field.
- Enter
- Enter password:
- Enter
12345
in the Password field.
- Enter
- Login:
- Tap on the Login button.
- Enter loan amount:
- Enter
10000
in the Amount field.
- Enter
- Continue:
- Tap on the Continue button.
- Select loan offer:
- Select the 2nd loan offer from the list.
- Continue:
- Tap on the Continue button.
- Submit:
- Tap on the Submit button.
https://github.com/user-attachments/assets/6aeecdbd-d3a5-487a-9564-212269f6d158