#
Administrator
3 天以前 f071edb869770c51249d1b06e535da91863a8362
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;
}