Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_stdio
Method · 0.80
add_http
Method · 0.80
add_sse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected