MCPcopy Create free account
hub / github.com/InternScience/InternAgent / get_registry

Function get_registry

internagent/mas/tools/tool_config.py:154–156  ·  view source on GitHub ↗

Get global tool registry

()

Source from the content-addressed store, hash-verified

152
153
154def get_registry() -> ToolRegistry:
155 """Get global tool registry"""
156 return _global_registry
157
158
159def register_tool(definition: Dict[str, Any], function: Callable) -> None:

Callers 6

__init__Method · 0.90
mainFunction · 0.90
__init__Method · 0.90
startupMethod · 0.85
init_mcp_toolsFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected