fs-mcp-rs 1.2.4

A fast, configurable filesystem MCP server with explicit root isolation and bounded I/O
Documentation
1
2
3
4
5
mod catalog;
mod dispatch;

pub(crate) use catalog::tools;
pub(crate) use dispatch::{call_tool, tool_error};