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

Method __init__

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

Source from the content-addressed store, hash-verified

1838 }
1839
1840 def __init__(self, session: requests.Session, state: dict,
1841 seed_mode: bool = False):
1842 self.session = session
1843 self.state = state
1844 self.seed_mode = seed_mode
1845
1846 _EXCLUDE_CATEGORIES = {"Drugs", "Alcoholic", "Dairy", "Herbs and spices",
1847 "Other", "Candy, confectionary, snacks and sweeten"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected