web-search-mcp / Makefile
Shrijeeth-Suresh
refactor: implement base interface wrappers and add Serper search engine
9d2647f
raw
history blame contribute delete
193 Bytes
install:
python -m pip install -r requirements.txt
format:
python -m ruff format .
lint:
python -m ruff check --select I,RUF022 --fix .
check:
python -m ruff check .
run:
python app.py