Merge branch 'main' into owen/separate_v2_namespace_take_two

This commit is contained in:
Owen Lin
2025-11-04 09:21:09 -08:00
40 changed files with 942 additions and 125 deletions

View File

@@ -381,6 +381,11 @@ impl McpProcess {
self.send_request("logoutChatGpt", None).await
}
/// Send an `account/logout` JSON-RPC request.
pub async fn send_logout_account_request(&mut self) -> anyhow::Result<i64> {
self.send_request("account/logout", None).await
}
/// Send a `fuzzyFileSearch` JSON-RPC request.
pub async fn send_fuzzy_file_search_request(
&mut self,