configure_file_watcher
Enable or disable file watching, set debounce delay, add exclusion patterns, and choose observer backend for code rebuild triggers.
Instructions
Configure file watcher service settings.
Args:
enabled: Whether to enable file watcher
debounce_seconds: Debounce time in seconds before triggering rebuild
additional_exclude_patterns: Additional directory/file patterns to exclude
observer_type: Observer backend to use. Options:
- "auto" (default): platform default observer
- "kqueue": Force kqueue observer (macOS/BSD)
- "fsevents": Force FSEvents observer (macOS only, has known reliability issues)
- "polling": Cross-platform polling fallback (slower but most compatible)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | ||
| debounce_seconds | No | ||
| additional_exclude_patterns | No | ||
| observer_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |