Can I completely disable all AI features?
Yes, completely possible. There are three independent ways to disable AI features in QF-Test.
Option 1 - Configuration
Don’t add an LLM, don’t enable the MCP server
Don’t create any entry in the “LLM Configurations” table and don’t check the “Enable embedded MCP server” option. Without a configured language model, QF-Test won’t make any AI requests.
Option 2 - System option
Enable the “Block AI features” option
The system option OPT_BLOCK_AI disables all functions that make LLM calls or provide AI interfaces in one go — regardless of any other settings.
Option 3 - Installation
Remove AI libraries
On Windows, AI features can be deselected during installation. On Linux and macOS, simply delete the files lib/langchain4j.jar and lib/mcp.jar from the installation directory.
All three options take permanent effect and can be combined — for example, in environments where a company policy prohibits the use of AI features entirely.