#
Junjie
2026-01-14 b77d09f258ef7d5458f61ff1a90d1a686cb2f181
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;
}