#
Junjie
3 天以前 c0760528d4c2c3411c8f9fff3d0e9db7ba9a658f
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;
}