This MCP server implementation provides a file finding functionality within the filesystem. It offers a tool to search for files based on a path fragment, returning detailed information such as file name, full path, size, and creation date. The server is built using Python and leverages the os module for filesystem operations, making it suitable for use cases requiring file discovery and metadata retrieval in local or networked environments.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Search for files based on a case-insensitive filename or path fragment. Parameters: query (string, required), max_results (integer, default 50), extensions (string array, optional), exclude (string array, optional), include_hidden (boolean, default false)