MCPcopy Create free account
hub / github.com/AI45Lab/Code / registry

Method registry

core/src/tools/mod.rs:364–366  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

362 }
363
364 pub fn registry(&self) -> &Arc<ToolRegistry> {
365 &self.registry
366 }
367
368 /// Get a stored tool artifact by URI.
369 pub fn get_artifact(&self, artifact_uri: &str) -> Option<ToolArtifact> {

Calls

no outgoing calls