Update src/filesystem/README.md

Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
This commit is contained in:
adam jones
2025-09-29 12:52:29 +01:00
committed by GitHub
parent de3d337c35
commit ff4a7371e8

View File

@@ -13,7 +13,7 @@ Node.js server implementing Model Context Protocol (MCP) for filesystem operatio
## Breaking Changes
### search_files Tool Changes (February 2025)
### search_files Tool Changes (September 2025)
The `search_files` tool has been updated with the following breaking changes:
- **Parameter change**: The `pattern` parameter (string) has been replaced with `patterns` parameter (string[])
- **Behavior change**: Now uses glob pattern matching exclusively instead of mixed glob/substring matching