Skip to main content

Module commands

Module commands 

Source
Expand description

Command implementations for the MCP CLI.

This module contains all subcommand implementations, organized by functionality. Each command module is responsible for parsing its arguments, executing the operation, and formatting output according to the requested format.

Modulesยง

common
Common utilities shared across CLI commands.
completions
Shell completion generation command.
generate
Generate command implementation.
introspect
Introspect command implementation.
server
Server command implementation.
setup
Setup command implementation.
skill
Skill command implementation.