You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/users/CLIReference.md
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,78 @@ Syntax:
361
361
|`--auto-approve`| flag | Skip confirmation prompts | false |
362
362
|`--no-backup`| flag | Skip backup creation before configuration | false |
363
363
364
+
**Behavior**:
365
+
366
+
The command now displays a **conversion report** showing exactly what fields will be configured on the target host. This provides transparency about which fields are supported by the host and what values will be set.
367
+
368
+
The conversion report shows:
369
+
-**UPDATED** fields: Fields being set with their new values (shown as `None --> value`)
370
+
-**UNSUPPORTED** fields: Fields not supported by the target host (automatically filtered out)
371
+
-**UNCHANGED** fields: Fields that already have the specified value (update operations only)
When configuring a server with fields not supported by the target host, those fields are marked as UNSUPPORTED in the report and automatically excluded from the configuration.
435
+
364
436
### `hatch mcp sync`
365
437
366
438
Synchronize MCP configurations across environments and hosts.
0 commit comments