fabro/lib/crates/fabro-cli/src
Bryan Helmkamp 38dacb8744
refactor(settings): stage 6.3b promote mcp runtime types into fabro-mcp
Moves `McpServerEntry`, `McpServerSettings`, `McpTransport`, plus the
`default_startup_timeout_secs` / `default_tool_timeout_secs` helpers
from `fabro-types/src/settings/mcp.rs` into
`fabro-mcp/src/config.rs`. fabro-mcp was already the only crate that
re-exported them, so this deletes the `fabro-types` module entirely
and drops the `pub use mcp::*` re-export from `settings/mod.rs`.

`bridge_mcps` / `bridge_mcp_entry` (v2 `McpEntryLayer` → runtime
`McpServerEntry` converters) also move to `fabro-mcp/src/config.rs`.
`fabro-workflow::operations::start` and `fabro-cli::commands::exec`
now import `bridge_mcp_entry` from `fabro_mcp::config::bridge_mcp_entry`
instead of the v2 `to_runtime` module.

Four of the seven legacy runtime type modules are now gone; three
remain (run, sandbox, server). The `to_runtime.rs` module is down to
just sandbox, pull-request, merge-strategy, artifacts, and
worktree-mode helpers.

3,758 workspace tests pass. `cargo fmt --check --all` and
`cargo clippy --workspace -- -D warnings` are clean.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 18:12:00 -04:00
..
commands refactor(settings): stage 6.3b promote mcp runtime types into fabro-mcp 2026-04-09 18:12:00 -04:00
shared refactor(billing): unify the LLM billing domain 2026-04-07 14:33:35 -04:00
sleep_inhibitor Consolidate unsafe process code into fabro-proc crate 2026-04-01 17:49:29 -04:00
args.rs feat(cli): add fabro uninstall command 2026-04-08 16:31:32 -04:00
command_context.rs feat(settings): stage 6.2 delete bridge_to_old seam 2026-04-09 16:12:59 -04:00
logging.rs feat(logging): add daily log rotation and 7-day cleanup 2026-04-06 19:08:26 -04:00
main.rs feat(settings): stage 6.2 delete bridge_to_old seam 2026-04-09 16:12:59 -04:00
manifest_builder.rs feat(settings): stage 6.1 consumer migration builds workspace-wide 2026-04-09 15:25:59 -04:00
server_client.rs feat(settings): stage 6.6 wire server + CLI to v2 SettingsFile DTO 2026-04-09 17:16:26 -04:00
server_runs.rs refactor(cli): centralize command settings and server access 2026-04-08 16:27:25 -04:00
sse.rs refactor(cli): stream run attach over SSE 2026-04-07 12:58:37 -04:00
user_config.rs refactor(settings): stage 6.3b promote user runtime types into consumers 2026-04-09 17:59:49 -04:00