UNPKG

interactive-mcp-enhanced

Version:

Enhanced MCP Server for interactive communication between LLMs and users with custom sound notifications, approval workflows, clipboard support, and improved user experience.

9 lines (8 loc) 275 B
/** * 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 = 300;