feat(core): add tools to list and read MCP resources (#25395)

This commit is contained in:
ruomeng
2026-04-16 13:57:43 -04:00
committed by GitHub
parent 963631a3d4
commit f16f1cced3
26 changed files with 1126 additions and 6 deletions
+1
View File
@@ -55,6 +55,7 @@ export enum ToolErrorType {
// MCP-specific Errors
MCP_TOOL_ERROR = 'mcp_tool_error',
MCP_RESOURCE_NOT_FOUND = 'mcp_resource_not_found',
// Memory-specific Errors
MEMORY_TOOL_EXECUTION_ERROR = 'memory_tool_execution_error',