feat: add mcp tool ToolScreenRecord

This commit is contained in:
lilong.129
2025-06-09 17:18:26 +08:00
parent 96da4515a1
commit 533c1f4bff
5 changed files with 95 additions and 1 deletions
+1
View File
@@ -106,6 +106,7 @@ func (s *MCPServer4XTDriver) registerTools() {
// Screen Tools
s.registerTool(&ToolScreenShot{})
s.registerTool(&ToolScreenRecord{})
s.registerTool(&ToolGetScreenSize{})
s.registerTool(&ToolGetSource{})