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

Method __init__

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

Source from the content-addressed store, hash-verified

1275 """
1276
1277 def __init__(self, session, state: dict, seed_mode: bool = False):
1278 self.session = session
1279 self.state = state
1280 self.seed_mode = seed_mode
1281
1282 def check(self, source_id: str, source: dict) -> Optional[dict]:
1283 url = source["url"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected