graphiti/mcp_server/tests
Daniel Chalef 4cbaab18a2 fix: Remove redundant tests and correct default transport mode
- Changed default transport from 'stdio' to 'sse' as intended
- Removed redundant syntax_validation and import_validation tests (handled by linting)
- Clarified test_integration.py is for HTTP/SSE mode testing
- Simplified test_simple_validation.py to only test server startup

The server now correctly defaults to SSE (Server-Sent Events) mode for HTTP
transport, with stdio as an alternative for MCP protocol communication.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
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
test_configuration.py fix: Proper FalkorDB v4.12.4 integration and security hardening 2025-08-30 08:50:48 -07:00
test_falkordb_integration.py fix: Resolve CI/CD issues for MCP server 2025-08-30 08:50:48 -07:00
test_integration.py fix: Remove redundant tests and correct default transport mode 2025-08-30 08:50:48 -07:00
test_mcp_integration.py fix: Remove redundant tests and correct default transport mode 2025-08-30 08:50:48 -07:00
test_simple_validation.py fix: Remove redundant tests and correct default transport mode 2025-08-30 08:50:48 -07:00