graphiti/mcp_server
Daniel Chalef 0b2b0b38e9 fix: Address critical PR review issues
- Fix KuzuDB compatibility: Replace verify_connectivity() with universal query
- Fix boolean env var expansion: Properly convert "true"/"false" strings to booleans
- Fix Docker command paths: Update all docker-compose files to use src/graphiti_mcp_server.py

These fixes address the critical runtime issues identified in PR review:
1. KuzuDB crash when calling non-existent verify_connectivity() method
2. Boolean environment variables being treated as truthy strings
3. Docker containers failing to start due to incorrect script path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-08 07:32:48 -07:00
..
config refactor: Reorganize Docker Compose files by database type 2025-08-30 08:50:48 -07:00
docker fix: Address critical PR review issues 2025-10-08 07:32:48 -07:00
docs feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
src fix: Address critical PR review issues 2025-10-08 07:32:48 -07:00
tests fix: Fix test_configuration.py by returning config object 2025-10-08 07:25:02 -07:00
.env.example enable use of Azure OpenAI with mcp server (#368) 2025-04-17 21:05:08 -04:00
.python-version Add MCP Server (#301) 2025-03-24 17:08:19 -07:00
main.py feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
pyproject.toml fix: Update MCP CI workflows to use dependency groups 2025-10-07 10:20:21 -07:00
pytest.ini fix: Enable pytest for MCP server tests in CI 2025-08-30 08:50:48 -07:00
uv.lock chore: Update MCP server lock file 2025-10-07 10:16:16 -07:00