MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / Deps

Class Deps

examples/mcpserver/memory.py:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68@dataclass
69class Deps:
70 openai: AsyncOpenAI
71 pool: asyncpg.Pool
72
73
74async def get_db_pool() -> asyncpg.Pool:

Callers 2

rememberFunction · 0.85
read_profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected