Expand description
MCP CLI library.
This library provides the core functionality for the MCP CLI tool, exposing the CLI argument definitions, command implementations, output formatters, and command runner, so the binary crate and tests can share a single compiled module tree.
Re-exports§
pub use actions::ServerAction;
Modules§
- actions
- Action type definitions for CLI commands.
- cli
- CLI argument definitions and parsing.
- commands
- Command implementations for the MCP CLI.
- formatters
- Output formatters for CLI commands.
- runner
- Command execution and runtime logic.