Understand how configuration is stored
mainThe server uses Qt's QSettings to manage project-specific configurations. Settings are stored in platform-specific locations (Windows Registry, macOS plists, or Linux ~/.config/~/.local/share) under the organization FabioFerreira and application InteractiveFeedbackMCP.
Stored settings include:
- The command to run.
- Whether to execute the command automatically on the next startup.
- The visibility state of the command section.
- Window geometry and state.
Note: The "Save Configuration" button in the UI saves the current command and the "Execute automatically on next run" checkbox for the active project. Window size and position are saved automatically when the application closes.