This was working until today. Both pip and uvx can't find the library now
❯ uvx jcodemunch-mcp config --check
× No solution found when resolving tool dependencies:
╰─▶ Because there are no versions of jcodemunch-mcp and you require jcodemunch-mcp, we can conclude that your requirements are unsatisfiable.
❯ python -m pip install jcodemunch-mcp==1.108.20
ERROR: Could not find a version that satisfies the requirement jcodemunch-mcp==1.108.20 (from versions: none)
❯ python -m pip install jcodemunch-mcp
ERROR: Could not find a version that satisfies the requirement jcodemunch-mcp (from versions: none)
This was working until today. Both pip and uvx can't find the library now