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

Method __init__

scripts/fetch_updates.py:1079–1082  ·  view source on GitHub ↗
(self, session: requests.Session, state: dict, db_comparator)

Source from the content-addressed store, hash-verified

1077 }
1078
1079 def __init__(self, session: requests.Session, state: dict, db_comparator):
1080 self.session = session
1081 self.state = state
1082 self.db_comparator = db_comparator
1083
1084 def check(self, source_id: str, source: dict) -> Optional[dict]:
1085 """Fetch EC page, parse all MDCG refs, compare with DB."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected