chore: 弃用 bot 对接的 mcptool

This commit is contained in:
2026-05-28 11:30:56 +08:00
parent 1c205c3720
commit e39f7521e2

View File

@@ -11,8 +11,12 @@ import tech.easyflow.common.util.StringUtil;
import java.math.BigInteger;
import java.util.Map;
import java.util.Optional;
/**
* @deprecated 该类仅用于 Bot 旧版 function/tool 链路的 MCP 工具调用。
* 后续请迁移到 agent-runtime 的 MCP 工具适配链路。
*/
@Deprecated(since = "0.4", forRemoval = false)
public class McpTool extends BaseTool {
private BigInteger mcpId;