graphiti/mcp_server/src
Daniel Chalef 8c02683174 fix: Remove protected 'name' attribute from entity type models
Pydantic BaseModel reserves 'name' as a protected attribute. Removed
the 'name' attribute from dynamically created entity type models as
it's not needed - the entity type name is already stored as the class
name and dict key.

Fixed error: name cannot be used as an attribute for Requirement as
it is a protected attribute name.
2025-10-29 22:58:56 -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: Remove protected 'name' attribute from entity type models 2025-10-29 22:58:56 -07:00