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

Function proxy_stdio_to_default_daemon

src/daemon.rs:1168–1174  ·  view source on GitHub ↗
(
    handshake: &DaemonHandshake,
    replay_line: Option<String>,
)

Source from the content-addressed store, hash-verified

1166}
1167
1168pub async fn proxy_stdio_to_default_daemon(
1169 handshake: &DaemonHandshake,
1170 replay_line: Option<String>,
1171) -> Result<()> {
1172 let socket_path = default_available_socket_path()?;
1173 proxy_stdio_to_daemon(&socket_path, handshake, replay_line).await
1174}
1175
1176#[cfg(unix)]
1177pub async fn call_tool(

Callers

nothing calls this directly

Calls 2

proxy_stdio_to_daemonFunction · 0.85

Tested by

no test coverage detected