Skip to main content

Module cli

Module cli 

Source
Expand description

CLI module

Command-line interface for the Crates Docs MCP Server.

Structs§

Cli
CLI configuration

Enums§

Commands
Available CLI commands

Functions§

run
Run the CLI application
run_config_command
Generate configuration file command
run_generate_api_key_command
Generate a new API key and corresponding hash for secure storage.
run_health_command
Health check command
run_list_api_keys_command
List API keys from configuration file.
run_revoke_api_key_command
Revoke an API key from configuration file.
run_serve_command
Start server command
run_test_command
Test tool command
run_version_command
Display version information