thv_vmcp_validate.md

April 22, 2026 ยท View on GitHub

thv vmcp validate

Validate a vMCP configuration file

Synopsis

Validate the vMCP configuration file for syntax and semantic errors.

This command checks YAML syntax, required field presence, middleware configuration correctness, and backend configuration validity. Exits 0 for valid configurations, non-zero with a descriptive error otherwise.

thv vmcp validate [flags]

Options

  -c, --config string   Path to vMCP configuration file (required)
  -h, --help            help for validate

Options inherited from parent commands

      --debug   Enable debug mode

SEE ALSO

  • thv vmcp - Run and manage a Virtual MCP Server locally