Skip to content

v0.2.1 - Beta

Choose a tag to compare

@MarcellM01 MarcellM01 released this 17 Jun 11:16

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 /mcp preflight
  • 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 -d

MCP 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