MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / with_params

Method with_params

crates/opencode-mcp/src/protocol.rs:22–25  ·  view source on GitHub ↗
(mut self, params: serde_json::Value)

Source from the content-addressed store, hash-verified

20 }
21
22 pub fn with_params(mut self, params: serde_json::Value) -> Self {
23 self.params = Some(params);
24 self
25 }
26}
27
28#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 2

send_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected