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