关于
File Finder is a Model Context Protocol (MCP) server written in Python, designed to integrate with Cline in VSCode. It enables efficient file searching within a file system by accepting a path fragment and delivering search results in a structured JSON format. This facilitates seamless integration with Cline for enhanced file discovery capabilities within the VSCode environment.
主要功能
- Integrates with Cline in VSCode.
- Case-insensitive search.
- 0 GitHub stars
- Searches files based on partial path fragments.
- Provides file size and creation date.
- Returns results in JSON format.
使用案例
- Integrate file search functionality into other applications.
- Quickly locate files within VSCode using Cline.
- Automate file discovery tasks.