feat(tests): add comprehensive integration tests for MCP stack

- Introduced integration tests covering backend, LLM Gateway, Knowledge Base, and Context Engine.
- Includes health checks, tool listing, token counting, and end-to-end MCP flows.
- Added `RUN_INTEGRATION_TESTS` environment flag to enable selective test execution.
- Includes a quick health check script to verify service availability before running tests.
This commit is contained in:
2026-01-05 01:02:22 +01:00
parent b2a3ac60e0
commit 911d950c15
2 changed files with 323 additions and 0 deletions

View File

@@ -0,0 +1 @@
"""Integration tests that require the full stack to be running."""