pub fn is_cacheable(tool_name: &str) -> boolExpand description
Returns true if the tool’s results can be safely cached.
MCP tools (identified by mcp_ prefix) are always non-cacheable by default
since they are third-party and may have unknown side effects.