Locates files within a specified directory based on a given path fragment.
File Finder is a server designed to search for files within a filesystem using a path fragment as a query. It allows users to find files by name or partial path, and returns file metadata including name, full path, size, and creation date. The server accepts a query string and an optional directory to limit the search scope, defaulting to the root directory if none is provided.