mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: ToolRequest
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
type ToolRequest struct {
|
||||
ServerName string `json:"server_name"`
|
||||
ServerName string `json:"mcp_server"`
|
||||
ToolName string `json:"tool_name"`
|
||||
Args map[string]interface{} `json:"args"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user