MCPcopy Create free account
hub / github.com/RawdogReverend/TermNet / get_tool_instance

Method get_tool_instance

backend/termnet/toolloader.py:37–38  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

35 return TOOL_REGISTRY
36
37 def get_tool_instance(self, name: str):
38 return self.tools.get(name)

Callers 1

_execute_toolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected