vtcode-core 0.136.1

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
6
7
8
9
//! MCP client management built on top of the Codex MCP building blocks.
//!
//! Re-exported from `vtcode-mcp` for backward compatibility.
//! The `cli` module remains local as it depends on `crate::cli::input_hardening`.

pub mod cli;

// Re-export everything from vtcode-mcp
pub use vtcode_mcp::*;