haiku.rag/docs/configuration
Yiorgis Gozadinos ce69a8c989
Remove the MCP write tools; the server opens read-only
add_document_from_file, add_document_from_url, add_document_from_text
and delete_document are gone. create_mcp_server and _covering lose
read_only; the client always opens with read_only=True, so the
--read-only flag before `mcp` is redundant and the docs, Dockerfiles and
compose example drop it.

Ingestion is `haiku-rag add`/`add-src`/`delete` and haiku-ingester. No
known consumer used the write tools; one stdio server per client window
made multi-writer the accidental default, and streamable HTTP has no auth.

The test_app stub drops a comment and __init__ that described run_mcp
constructing the client positionally; every path goes through _covering.

Refs #599
2026-09-04 12:59:48 +03:00
..
index.md Default to ollama:qwen3.8 2026-09-04 12:36:36 +03:00
processing.md Default to ollama:qwen3.8 2026-09-04 12:36:36 +03:00
prompts.md Make the documented configuration match the code 2026-08-19 15:52:50 +03:00
providers.md Default to ollama:qwen3.8 2026-09-04 12:36:36 +03:00
qa.md Default to ollama:qwen3.8 2026-09-04 12:36:36 +03:00
storage.md Remove the MCP write tools; the server opens read-only 2026-09-04 12:59:48 +03:00