You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path validation bypass removed (server.py): create_doxygen_project() and generate_documentation() were skipping their own path validation (must exist, must be within cwd) whenever PYTEST_CURRENT_TEST was set. The bypass was in production code, not test infrastructure, so validation was never exercised during the test suite. Removed; tests updated to use real temp dirs within cwd.
Dependency Updates
27 Python package upgrades including mcp, pydantic, cryptography, anyio, and uvicorn