#
cpT
10 天以前 028f632c9255a1bac4c7ed6a44722a00ca6ea86f
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;
}