validate_config
No side effects on server state.
Validate a .techdebtrc.json configuration file for syntax and schema correctness.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
path | string | ✅ | Absolute path to the project root directory or directly to a .techdebtrc.json file |
Example
json
{
"name": "validate_config",
"arguments": {
"path": "/abs/path/to/project"
}
}Generated from
TOOL_DEFINITIONSinsrc/server/tools.ts— do not edit by hand. Source: tools.ts.