mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
feat: enhance HTML report with statistics and collapsible log fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user