MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / get_command_registry

Function get_command_registry

src/command_system/registry.py:166–168  ·  view source on GitHub ↗

Get the global command registry.

()

Source from the content-addressed store, hash-verified

164
165
166def get_command_registry() -> CommandRegistry:
167 """Get the global command registry."""
168 return _REGISTRY
169
170
171def register_command(command: Command) -> None:

Calls

no outgoing calls