Module cli

Module cli 

Source
Expand description

CLI module for AIRS MCP-FS

Provides command-line interface coordination and routing for the MCP filesystem server. This module serves as the main CLI coordinator, handling argument parsing, logging setup, and routing commands to appropriate handlers.

Re-exports§

pub use args::Cli;
pub use args::Commands;
pub use coordinator::run;

Modules§

args
Command line argument definitions for AIRS MCP-FS
coordinator
CLI coordinator for AIRS MCP-FS
handlers
Command handlers for AIRS MCP-FS CLI
logging
Logging configuration for AIRS MCP-FS CLI