FileScopeMCP

by admica
Verified
{ "excludePatterns": [ "**/node_modules/**", "**/.git/**", "**/dist/**", "**/build/**", "**/coverage/**", "**/*.log", "**/*.lock", "**/*.bak", "**/*.tmp", "**/*.temp", "**/.DS_Store", "**/.vscode/**", "**/.idea/**", "**/Thumbs.db", "**/.cursorrules", "**/.cursor", "**/package-lock.json", "**/.env*", "**/*.gradle", "**/*-tree.json", "**/*.pyc", "**/*.pyo", "**/__pycache__/**", "**/venv/**", "**/*.Zone.Identifier", "**/.yarn/**", "**/target/**", "**/*.o", "**/*.obj", "**/*.so", "**/*.out", "**/obj/**", "**/*.rlib", "**/zig-cache/**", "**/zig-out/**", "**/*.js.map", "**/*.ts.map", "**/venv/**", "**/*.gradle" ], "fileWatching": { "enabled": true, "debounceMs": 100, "ignoreDotFiles": true, "autoRebuildTree": true, "maxWatchedDirectories": 500, "watchForNewFiles": true, "watchForDeleted": true, "watchForChanged": true }, "baseDirectory": "", "version": "2.5.0" }