MCPcopy Create free account
hub / github.com/Emmimal/control-layer / register_fallback

Method register_fallback

control_layer.py:873–874  ·  view source on GitHub ↗
(self, name: str, fn: Callable[[str], str])

Source from the content-addressed store, hash-verified

871 self.audit = AuditLogger(self.config.audit_log_path)
872
873 def register_fallback(self, name: str, fn: Callable[[str], str]) -> None:
874 self.fallback_router.register(name, fn)
875
876 def run(
877 self,

Calls 1

registerMethod · 0.80