MCP Server 配置正确,ToolSearch 能发现工具 (mcp__connector-proxy__fx-knowledge-base_knowledge_base_search), 但 DeferExecuteTool调用时始终报错: "not found in any connected connector" 疑似 ToolSearch 和 DeferExecuteTool 对 MCP工具的 命名解析逻辑不一致,导致工具能被发现但无法被调用?
基本上,我想引用tMemo名称mcpx,而不是像下面这样直接引用对象名称: if x= 2 then mcp2.Lines.Append(inttostr(cp[x]));
if x = 3 then mcp3.Lines.Append(inttostr(cp[x]));if x = 4 then mcp4.Lines.Append(inttostr(cp[x]))