mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-25 15:25:15 +02:00
Update README
This commit is contained in:
@@ -78,12 +78,12 @@ Node.js server implementing Model Context Protocol (MCP) for filesystem operatio
|
|||||||
- Fails if destination exists
|
- Fails if destination exists
|
||||||
|
|
||||||
- **search_files**
|
- **search_files**
|
||||||
- Recursively search for files/directories
|
- Recursively search for files/directories that match or do not match patterns
|
||||||
- Inputs:
|
- Inputs:
|
||||||
- `path` (string): Starting directory
|
- `path` (string): Starting directory
|
||||||
- `pattern` (string): Search pattern
|
- `pattern` (string): Search pattern
|
||||||
- `excludePatterns` (string[]): Exclude any patterns. Glob formats are supported.
|
- `excludePatterns` (string[]): Exclude any patterns.
|
||||||
- Case-insensitive matching
|
- Glob-style pattern matching
|
||||||
- Returns full paths to matches
|
- Returns full paths to matches
|
||||||
|
|
||||||
- **get_file_info**
|
- **get_file_info**
|
||||||
|
|||||||
Reference in New Issue
Block a user