MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / __init__

Method __init__

scripts/tier2_checkers.py:416–420  ·  view source on GitHub ↗
(self, session: requests.Session, state: dict,
                 seed_mode: bool = False)

Source from the content-addressed store, hash-verified

414 """
415
416 def __init__(self, session: requests.Session, state: dict,
417 seed_mode: bool = False):
418 self.session = session
419 self.state = state
420 self.seed_mode = seed_mode
421
422 def check(self, source_id: str, source: dict) -> Optional[dict]:
423 check_sub = source.get("check_sub", "weekly_alert")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected