mobile-dev-mcp-server

This is a MCP designed to manage and interact with mobile devices and simulators.

GitHubスター

39

ユーザー評価

未評価

お気に入り

0

閲覧数

16

フォーク

12

イシュー

0

インストール方法
難易度
初級
推定所要時間
5-10

インストール方法

1Clone this repository
2Navigate to the project directory
3Build the project: dotnet build
4Configure with VS Code or other client:
json
"mcp-server-mobiledev": {
    "type": "stdio",
    "command": "dotnet",
    "args": [
        "run",
        "--project",
        "/Users/jsuarezruiz/GitHub/mobile-dev-mcp-server/src/MobileDevMcpServer.csproj"
    ]
}

追加リソース