#
Junjie
昨天 a8e8b92a28fd7b48b6eeae2f2f859ba381a39614
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;
}