- Update graphiti_mcp_server.py to use correct Graphiti API methods - Replace non-existent search_nodes with search_ method - Add new get_episodes tool using EpisodicNode.get_by_group_ids - Remove problematic search_episodes implementation - Fix factory imports and client instantiation in factories.py - Correct import paths for FalkorDriver, Azure clients, Voyage embedder - Update LLM/Embedder creation to use proper config objects - Fix Azure OpenAI client instantiation with AsyncAzureOpenAI - Update NodeResult TypedDict to match actual usage - Change uuid parameter type to str | None in queue_service Resolves 20 critical runtime type errors identified by pyright. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config | ||
| docker | ||
| docs | ||
| src | ||
| tests | ||
| .env.example | ||
| .python-version | ||
| main.py | ||
| pyproject.toml | ||
| pyright_output.txt | ||
| pytest.ini | ||
| uv.lock | ||