haiku.rag/haiku_rag_slim/haiku/rag
Yiorgis Gozadinos 4b1ec096c6
One error contract for the MCP server
Every failure reaches the client as an MCP error carrying its message;
mask_error_details is set off explicitly, since FastMCP also reads it from
the environment. The masking goes, and with it the filter pre-check that
ran a count before every filtered call and the UnknownDatabaseError
translations that existed only to survive it. Explicit domain errors stay.
2026-09-07 13:14:16 +03:00
..
capabilities Align the MCP guidance with the analysis instructions and move to Monty 0.0.23 2026-09-07 12:02:33 +03:00
chat Remove the environment overrides and the last unnamed-database wording 2026-09-03 15:12:09 +03:00
chunkers Delete comments that restate the line below them 2026-08-20 15:22:33 +03:00
client Fix missing timezone info on ingested docs. mcp schema requires TZ 2026-09-03 17:48:01 +03:00
config Default to ollama:qwen3.8 2026-09-04 12:36:36 +03:00
converters Default to ollama:qwen3.8 2026-09-04 12:36:36 +03:00
embeddings Accept a /v1 suffix on the vLLM reranker base_url 2026-08-28 15:46:42 +03:00
ingester Report a stemless --db path as a usage error and separate the two lancedb.uri migrations 2026-09-03 15:12:09 +03:00
inspector Hand storage the database location, not the configuration that placed it 2026-09-03 15:11:37 +03:00
providers Wire providers.docling_serve.timeout through to the client 2026-08-19 13:30:45 +03:00
reranking Accept a /v1 suffix on the vLLM reranker base_url 2026-08-28 15:46:42 +03:00
sandbox Check the sandbox deadline on every host call, one error contract 2026-09-07 12:47:28 +03:00
sources Resolve file:// URIs to paths through url2pathname 2026-08-21 10:22:26 +03:00
store Expand MCP search results and render the matched chunk's metadata 2026-09-04 14:12:12 +03:00
tools Return search results as agent text, images and structured content 2026-09-04 13:00:15 +03:00
__init__.py Restructure into uv workspace to support minimal and full installations 2025-11-04 17:59:12 +02:00
app.py Replace ask_question and analyze with execute_code 2026-09-07 10:02:42 +03:00
circuit_breaker.py Move CircuitBreaker to a shared module 2026-07-08 11:03:30 +03:00
cli.py Replace ask_question and analyze with execute_code 2026-09-07 10:02:42 +03:00
context.py Make toc.json item_range the line slice it documents 2026-09-07 10:27:02 +03:00
doctor.py Hand storage the database location, not the configuration that placed it 2026-09-03 15:11:37 +03:00
logging.py Delete comments that restate the line below them 2026-08-20 15:22:33 +03:00
mcp.py One error contract for the MCP server 2026-09-07 13:14:16 +03:00
s3.py swap aioboto3 for obstore in the S3 client path 2026-05-11 11:29:42 +03:00
telemetry.py Route eval scripts through the shared telemetry configure 2026-07-10 11:38:33 +03:00
uri.py Resolve file:// URIs to paths through url2pathname 2026-08-21 10:22:26 +03:00
utils.py Replace ask_question and analyze with execute_code 2026-09-07 10:02:42 +03:00