Performs fuzzy search on filesystem paths using fuzzy matching algorithm. Optimized alternative to find and grep commands.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path to search in (e.g., /home/user/projects)
Maximum number of results to return (default: 20)
Comma-separated file patterns to include (e.g., .go,.js)
Comma-separated directory names to skip (default: node_modules,vendor,.git,dist,build,target,pycache,.venv,.next,coverage). Use empty string to skip no directories.
Exclude hidden files and directories (default: true)