MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / handshake

Method handshake

src/tool_command.rs:189–191  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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()?;

Callers 2

callMethod · 0.80
fallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected