UNPKG

askme-cli

Version:

askme-cli MCP server that collects user's next plan or confirmation through terminal window

6 lines (5 loc) 149 B
import { DelayConfig } from '../types/index.js'; // Delay configuration constants export const DELAYS: DelayConfig = { EXIT_PROTECTION: 5000 };