v0.2.1 - Beta
TinySearch v0.2.1 - Beta
Browser-friendly MCP and a simpler Docker quickstart.
Highlights
- CORS for Streamable HTTP MCP: fixes browser clients (e.g. llama.cpp web UI) failing on
OPTIONS /mcppreflight - Docker Compose quickstart: run TinySearch + SearXNG with one command, no clone required (
compose.quickstart.yaml)
Docker
docker compose -f "https://github.com/MarcellM01/TinySearch.git#main:compose.quickstart.yaml" pull
docker compose -f "https://github.com/MarcellM01/TinySearch.git#main:compose.quickstart.yaml" up -dMCP endpoint: http://localhost:8000/mcp
If using a browser UI from another host/IP, point MCP at that host (e.g. http://<host>:8000/mcp), not localhost.
Full Changelog: v0.2.0...v0.2.1