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
docs: clarify watchdog dependency as Windows-specific issue
Update all README files (EN/ZH/JA) to specify that the watchdog installation
requirement is primarily a Windows compatibility issue. Based on testing,
macOS and Linux users typically don't encounter file watcher problems with
uvx environments.
Changes:
- Updated warning sections to specify "(Windows)" in issue titles
- Clarified that macOS/Linux users usually don't need manual watchdog installation
- Updated troubleshooting sections with platform-specific findings
- Improved user experience by reducing unnecessary setup steps for Unix-like systems
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ The easiest way to get started with any MCP-compatible application:
136
136
137
137
**Prerequisites:** Python 3.10+, [uv](https://github.com/astral-sh/uv), and [watchdog](https://pypi.org/project/watchdog/) for file monitoring
138
138
139
-
> **⚠️ Auto-refresh Issue:** If automatic index updates don't work after setup, try `pip install watchdog`. This may be due to environment isolation preventing file system monitoring. See [Troubleshooting](#troubleshooting) for details.
139
+
> **⚠️ Auto-refresh Issue (Windows):** If automatic index updates don't work after setup on Windows, try `pip install watchdog`. This is a known Windows-specific issue with environment isolation preventing file system monitoring. macOS and Linux users typically don't encounter this issue. See [Troubleshooting](#troubleshooting) for details.
140
140
141
141
1.**Add to your MCP configuration** (e.g., `claude_desktop_config.json` or `~/.claude.json`):
142
142
```json
@@ -318,11 +318,11 @@ If the automatic index updates aren't working when files change, this may be rel
> **⚠️ 自動刷新問題(Windows):**如果在 Windows 上設定後自動索引更新無法運作,請嘗試 `pip install watchdog`。這是已知的 Windows 特定問題,環境隔離會阻止檔案系統監控。macOS 和 Linux 用戶通常不會遇到此問題。詳情請參閱 [故障排除](#故障排除)。
0 commit comments