feat: add mcp server for uixt tap/swipe/screenshot actions

This commit is contained in:
lilong.129
2025-05-20 13:26:55 +08:00
parent b2ab14efcc
commit 2f48a92f7f
4 changed files with 266 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ func addAllCommands() {
cmd.RootCmd.AddCommand(cmd.CmdServer)
cmd.RootCmd.AddCommand(cmd.CmdWiki)
cmd.RootCmd.AddCommand(cmd.CmdMCPHost)
cmd.RootCmd.AddCommand(cmd.CmdMCPServer)
cmd.RootCmd.AddCommand(ios.CmdIOSRoot)
cmd.RootCmd.AddCommand(adb.CmdAndroidRoot)