feat: enhance HTML report with statistics and collapsible log fields

This commit is contained in:
lilong.129
2025-06-08 10:05:30 +08:00
parent f2607f7664
commit bdf64a08aa
3 changed files with 224 additions and 24 deletions

View File

@@ -141,7 +141,7 @@ func (s *MCPServer4XTDriver) registerTool(tool ActionTool) {
s.mcpTools = append(s.mcpTools, mcpTool)
s.actionToolMap[tool.Name()] = tool
log.Debug().Str("name", toolName).Str("type", toolName).Msg("register tool")
log.Debug().Str("name", toolName).Msg("register tool")
}
// ActionTool interface defines the contract for MCP tools