#
cpT
2026-01-28 fef6ca0bc63e530c7dedbc72cb99c7f8844b5ed3
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;
}