Validate an MCPB package directory. Reports errors and warnings found inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/superradcompany/tool-cli/llms.txt
Use this file to discover all available pages before exploring further.
manifest.json and the surrounding project structure without modifying any files. Validation runs automatically before tool pack and tool publish, but you can run it independently at any time.
Synopsis
Options
Path to the tool directory to validate. Defaults to the current directory.
Treat warnings as errors. The command exits with a non-zero status code if any warnings are found, not just errors. Useful in CI to enforce a clean manifest.
Output results as JSON instead of formatted text. Useful for piping into other tools or CI scripts.
Show only errors — suppress warnings and informational output.
Examples
Notes
tool pack and tool publish both run validation automatically before proceeding. Pass --no-validate to tool pack or --dry-run to tool publish if you want to control when validation happens.