graphiti/mcp_server/tests
Daniel Chalef 9d014fb830 feat: Add streamable HTTP transport and remove unused tests
- Deleted unused test_simple_validation.py file
- Removed syntax/import validation tests (handled by linting)
- Added support for streamable HTTP transport mode
- Updated transport options: sse (default), stdio, http
- Fixed server default to SSE as intended

Transport modes now available:
- SSE: Server-Sent Events for web clients (default)
- stdio: Standard I/O for MCP protocol
- http: Streamable HTTP for modern clients

🤖 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