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

Method __init__

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

Source from the content-addressed store, hash-verified

2062 """
2063
2064 def __init__(self, session: requests.Session, state: dict,
2065 seed_mode: bool = False):
2066 self.session = session
2067 self.state = state
2068 self.seed_mode = seed_mode
2069
2070 def check(self, source_id: str, source: dict) -> Optional[dict]:
2071 url = source["url"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected