rust-fs-mcp 0.2.3

Rust stdio MCP server compatible with fs-mcp public tool contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! mod.rs
//! core::mod
//!
//! Gateway that registers the args_ref, batch, config, external, and response submodules.
//! Groups the shared infrastructure that tool handlers depend on in one place.
//!

pub mod args_ref;
pub mod batch;
pub mod config;
pub mod external;
pub mod response;
pub mod web;