#
Junjie
22 小时以前 ade2ee628437d38cb7c11dd456a5ea18dff97325
1
2
3
4
5
6
7
package com.zy.ai.mcp.dto;
 
import com.alibaba.fastjson.JSONObject;
 
public interface McpToolHandler {
    Object handle(JSONObject arguments) throws Exception;
}