Hello from MCP server

List Files | Just Commands | Repo | Logs

← back |
// Global application constants

// Entropy cutoff threshold for hiding tag selection UI
// When entropy drops below this value, the search narrows enough
// that showing additional tags provides diminishing returns
export const ENTROPY_CUTOFF_FOR_TAGS = 2.4;