mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
refactor: integrate and optimize MCP tool calling methods
This commit is contained in:
@@ -83,6 +83,11 @@ const (
|
||||
ACTION_UninstallApp ActionName = "uninstall_app"
|
||||
ACTION_DownloadApp ActionName = "download_app"
|
||||
ACTION_Finished ActionName = "finished"
|
||||
ACTION_CallFunction ActionName = "call_function"
|
||||
|
||||
// anti-risk actions
|
||||
ACTION_SetTouchInfo ActionName = "set_touch_info"
|
||||
ACTION_SetTouchInfoList ActionName = "set_touch_info_list"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user