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

Method __init__

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

Source from the content-addressed store, hash-verified

2469 """
2470
2471 def __init__(self, session: requests.Session, state: dict):
2472 self.session = session
2473 self.state = state
2474
2475 def check(self, source_id: str, source: dict) -> Optional[dict]:
2476 url = source["url"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected