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)