graphiti/mcp_server/src
Daniel Chalef 01021af9c2 fix: Add missing semaphore_limit attribute to GraphitiService
The GraphitiService.__init__ was accepting semaphore_limit as a parameter but not storing it as an instance attribute, causing an AttributeError when trying to access self.semaphore_limit in the initialize method.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 08:50:48 -07:00
..
config fix: Resolve CI/CD issues for MCP server 2025-08-30 08:50:48 -07:00
models feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
services fix: Apply ruff formatting to factories.py 2025-08-30 08:50:48 -07:00
utils feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
__init__.py feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
graphiti_mcp_server.py fix: Add missing semaphore_limit attribute to GraphitiService 2025-08-30 08:50:48 -07:00