configure_file_watcher
Manage file watcher service settings in code-index-mcp, enabling configuration of monitoring behavior, debounce intervals, and file exclusion patterns for efficient repository indexing.
Instructions
Configure file watcher service settings.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additional_exclude_patterns | No | ||
debounce_seconds | No | ||
enabled | No |
Input Schema (JSON Schema)
{
"properties": {
"additional_exclude_patterns": {
"default": null,
"items": {},
"title": "Additional Exclude Patterns",
"type": "array"
},
"debounce_seconds": {
"default": null,
"title": "Debounce Seconds",
"type": "number"
},
"enabled": {
"default": null,
"title": "Enabled",
"type": "boolean"
}
},
"title": "configure_file_watcherArguments",
"type": "object"
}