graphiti/mcp_server/src
Daniel Chalef d940b6fb7d fix: Use timezone.utc instead of UTC for Python 3.10 compatibility
The UTC constant was added in Python 3.11. Changed to use
timezone.utc which is available in Python 3.10+.

Fixed ImportError: cannot import name 'UTC' from 'datetime'
2025-10-29 22:46:17 -07:00
..
config fix: Update hardcoded default model to gpt-4.1 and fix config path 2025-10-26 17:44:36 -07:00
models feat: MCP Server v1.0.0rc0 - Complete refactoring with modular architecture 2025-10-26 17:23:57 -07:00
services fix: Use timezone.utc instead of UTC for Python 3.10 compatibility 2025-10-29 22:46:17 -07:00
utils feat: MCP Server v1.0.0rc0 - Complete refactoring with modular architecture 2025-10-26 17:23:57 -07:00
__init__.py feat: MCP Server v1.0.0rc0 - Complete refactoring with modular architecture 2025-10-26 17:23:57 -07:00
graphiti_mcp_server.py fix: Resolve database connection and episode processing errors 2025-10-29 22:43:09 -07:00