find_files
Search for files by name pattern using glob syntax on the Moatless MCP Server, enabling precise file retrieval for advanced code analysis and editing tasks.
Instructions
Find files by name pattern using glob syntax.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_results | No | Maximum number of results to return | |
pattern | Yes | Glob pattern to match file names (e.g., '*.py', '*test*', 'src/**/*.java') |