Skip to main content

Crate rust_fs_mcp

Crate rust_fs_mcp 

Source
Expand description

lib.rs

Public facade that exposes core, protocol, and tools under stable paths. Lets the binary, integration tests, and external callers share the same use paths.

Re-exports§

pub use core::args_ref;
pub use core::batch;
pub use core::config;
pub use core::external;
pub use core::response;
pub use core::web;
pub use protocol::catalog;
pub use protocol::server;
pub use tools::fs_tools;
pub use tools::git_tools;
pub use tools::inspect_tools;
pub use tools::search_tools;

Modules§

core
mod ––––––––––––––––––––––––––––––––––– mod.rs core::mod
protocol
mod.rs protocol::mod
tools
mod.rs tools::mod