mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
change: upgrade eino sdk
This commit is contained in:
@@ -340,13 +340,7 @@ func (h *MCPHost) InvokeTool(ctx context.Context,
|
||||
}
|
||||
|
||||
req := mcp.CallToolRequest{
|
||||
Params: struct {
|
||||
Name string `json:"name"`
|
||||
Arguments map[string]any `json:"arguments,omitempty"`
|
||||
Meta *struct {
|
||||
ProgressToken mcp.ProgressToken `json:"progressToken,omitempty"`
|
||||
} `json:"_meta,omitempty"`
|
||||
}{
|
||||
Params: mcp.CallToolParams{
|
||||
Name: mcpTool.Name,
|
||||
Arguments: arguments,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user