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: dcp.schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,11 @@
237
237
"default": [],
238
238
"description": "Tool names or wildcard patterns whose completed outputs should be appended to the compression summary. Supports glob wildcards: * matches any characters, ? matches a single character (e.g., \"mcp_*\", \"my_tool_?\")"
239
239
},
240
+
"protectTags": {
241
+
"type": "boolean",
242
+
"default": false,
243
+
"description": "Preserve text wrapped in <protect>...</protect> when compressed"
0 commit comments