#
Junjie
2026-01-06 7fcee9618bec2384cfc3322b22d7adef3f111ac2
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;
}