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
//! mod.rs
//! protocol::mod
//!
//! Registers the catalog and server submodules.
//! Isolates the JSON-RPC boundary wrapping tools/list and tools/call in the protocol layer.
//!

pub mod catalog;
pub mod server;