Structurally check a config draft
demo_validate_config_draftValidate a proposed mcptoon server config draft before saving. Reports invalid entries, wrong JSON types, ignored keys, and the transport that would be chosen.
Instructions
Checks a proposed mcptoon server configuration before you save it and reports problems per entry: an entry with neither command nor url, one that sets both, args or env of the wrong JSON type, keys mcptoon ignores, and which transport mcptoon would choose. ...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | A mcptoon configuration draft as JSON text: server names mapping to entries with command/args or url. Comments are unsupported and become unknown keys. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | One verdict per server entry, in submitted order. | |
| entry_count | Yes | Server entries examined in the draft. | |
| not_checked | Yes | What a clean report still does not prove. |