refactor: rename direct tools to MCP tools across the codebase for consistency

This commit is contained in:
mlogclub
2026-07-26 22:38:38 +08:00
parent 2de50a2f3a
commit 1464008741
14 changed files with 96 additions and 128 deletions
+6 -6
View File
@@ -12,12 +12,12 @@ error.e0011: "The AI configuration is not enabled."
error.e0012: "AI configuration not found."
error.e0014: "Checkpoint not found."
error.e0015: "The checkpoint does not belong to this AI Agent."
error.e0016: "Direct Tool toolCode does not match serverCode."
error.e0017: "Direct Tool toolCode does not match toolName."
error.e0018: "Invalid Direct Tool toolCode format."
error.e0019: "Direct Tool toolCode, serverCode, and toolName are required."
error.e0020: "Direct Tools can only contain MCP tools."
error.e0021: "Invalid Direct Tools configuration format."
error.e0016: "MCP Tool toolCode does not match serverCode."
error.e0017: "MCP Tool toolCode does not match toolName."
error.e0018: "Invalid MCP Tool toolCode format."
error.e0019: "MCP Tool toolCode, serverCode, and toolName are required."
error.e0020: "Only MCP Tools can be configured."
error.e0021: "Invalid MCP Tool configuration."
error.e0022: "The Excel file is empty."
error.e0023: "Failed to parse the Excel file."
error.e0024: "Failed to read the Excel file."