UNPKG

mcp-searxng-public

Version:

An MCP server that queries public SearXNG instances, parsing HTML contents into a JSON result

6 lines (5 loc) 153 B
import { vi } from 'vitest'; // Mock crypto.randomInt to avoid delays in tests vi.mock('crypto', () => ({ randomInt: vi.fn((min, _max) => min), }));