exclude_paths
Prevent unwanted files from being indexed by excluding paths with glob patterns.
Instructions
Add paths to exclude from indexing (session-only).
Patterns use glob syntax. Examples:
"node_modules" - exclude any path containing node_modules
"*.test.py" - exclude files ending in .test.py
"vendor/**" - exclude everything under vendor/
Exclusions reset when the server restarts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | Yes | Glob patterns to exclude, e.g. ['node_modules', '*.test.py'] |