Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ tool_registry
Method
tool_registry
crates/opencode-mcp/src/client.rs:865–867 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
863
}
864
865
pub fn tool_registry(&self) -> Arc<McpToolRegistry> {
866
self.tool_registry.clone()
867
}
868
869
pub async fn get_logs(&self, name: &str) -> Vec<String> {
870
self.logs
Callers
1
connect
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected