fabro/lib/crates/fabro-mcp
Bryan Helmkamp e8ad12fc30 fix: simplify fabro-http crate and fix correctness issues
- Replace unwrap_or_default() with expect() in hooks/llm HTTP client
  builders — Default silently discards all config (timeouts, TLS, proxy)
- Route fabro-mcp through fabro_http instead of raw reqwest, respecting
  FABRO_HTTP_PROXY_POLICY for MCP HTTP transport connections
- Deduplicate HttpClientBuilder / BlockingHttpClientBuilder via macro
- Extract helpers for repeated http_client error handling in diagnostics
  and web_auth
- Remove duplicate test_http_client() in fabro-cli and fabro-llm

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 12:20:55 -04:00
..
src fix: simplify fabro-http crate and fix correctness issues 2026-04-12 12:20:55 -04:00
tests fmt: apply nightly rustfmt after merge 2026-04-11 13:43:30 -04:00
Cargo.toml fix: simplify fabro-http crate and fix correctness issues 2026-04-12 12:20:55 -04:00