#
Administrator
2026-03-18 bd737c0480f700fc42bb1709136eddbda58f258f
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;
}