Crate airsprotocols_mcpserver_filesystem

Crate airsprotocols_mcpserver_filesystem 

Source
Expand description

AIRS MCP-FS: Security-first filesystem bridge for Model Context Protocol

This crate provides secure filesystem operations for Claude Desktop and other MCP-compatible AI tools through a human-in-the-loop approval workflow.

Re-exports§

pub use config::ConfigurationLoader;
pub use config::Settings;
pub use filesystem::FileOperation;
pub use mcp::DefaultFilesystemMcpServer;
pub use mcp::FilesystemMcpServer;
pub use mcp::FilesystemMessageHandler;
pub use mcp::OperationType;
pub use security::ApprovalDecision;
pub use security::SecurityManager;

Modules§

binary
Binary file processing and format detection
cli
CLI module for AIRS MCP-FS
config
Configuration management for AIRS MCP-FS
filesystem
Filesystem operations and validation for AIRS MCP-FS
mcp
Model Context Protocol integration for AIRS MCP-FS
security
Security framework and human approval workflows