change: ToolRequest

This commit is contained in:
lilong.129
2025-04-01 22:33:13 +08:00
parent 86d0555074
commit f49ee37055
3 changed files with 3 additions and 3 deletions

View File

@@ -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"`
}