/**
* Shared constants for the application.
*/
/**
* Timeout duration in seconds for waiting for user input in both single-input and intensive chat modes.
* This aligns with the default timeout expected by the MCP tool.
*/
export const USER_INPUT_TIMEOUT_SECONDS = 60;