MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / initialize

Method initialize

claw-code/rust/crates/runtime/src/mcp_stdio.rs:711–717  ·  view source on GitHub ↗
(
        &mut self,
        id: JsonRpcId,
        params: McpInitializeParams,
    )

Source from the content-addressed store, hash-verified

709 }
710
711 pub async fn initialize(
712 &mut self,
713 id: JsonRpcId,
714 params: McpInitializeParams,
715 ) -> io::Result<JsonRpcResponse<McpInitializeResult>> {
716 self.request(id, "initialize", Some(params)).await
717 }
718
719 pub async fn list_tools(
720 &mut self,

Calls 1

requestMethod · 0.80