#
skyouc
1 天以前 42ce8de4d9c1608cf9230a996d5887c24a86c1f6
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;
}