#
Junjie
2026-01-09 6d99081f3f6e0363b0bd28053e545a8e4589b979
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;
}