For the complete documentation index, see llms.txt. This page is also available as Markdown.

config plugins validate

Validate plugin configuration

Synopsis

Validate plugin configuration structure and optionally check plugin binaries.

By default, validates config structure only (portable across environments). Use --check-binaries to also verify binaries exist (environment-specific).

mcpd config plugins validate [flags]

Examples

  # Validate config structure (portable)
  mcpd config plugins validate

  # Validate specific category
  mcpd config plugins validate --category=authentication

  # Check binaries exist (environment-specific)
  mcpd config plugins validate --check-binaries

  # Verbose output
  mcpd config plugins validate --verbose

Options

Options inherited from parent commands

SEE ALSO

Auto generated by spf13/cobra on 14-Aug-2026

Last updated