(&self)
| 187 | } |
| 188 | |
| 189 | fn handshake(&self) -> Result<DaemonHandshake> { |
| 190 | DaemonHandshake::for_current_client(self.project_path.clone(), None, false, self.allow_init) |
| 191 | } |
| 192 | |
| 193 | async fn call(&self, tool_name: &str, tool_args: Value) -> Result<Value> { |
| 194 | let handshake = self.handshake()?; |