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

Method server_name

crates/opencode-mcp/src/client.rs:635–637  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

633 }
634
635 pub fn server_name(&self) -> &str {
636 &self.server_name
637 }
638
639 pub async fn is_initialized(&self) -> bool {
640 *self.initialized.read().await

Callers 3

add_stdioMethod · 0.80
add_httpMethod · 0.80
add_sseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected