pub async fn query_conversation_context(
query_type: String,
parameters: HashMap<String, String>,
session_id: Uuid,
) -> Result<MCPToolResult, Error>Expand description
Execute a typed query against a session via the global memory system.