概要
Acts as an essential execution-layer interface for managing project files, allowing Claude to interact directly with the local environment. It facilitates core file operations such as reading file contents, writing new data, applying precise patches to existing codebases, and locating files using glob patterns. Built with safety in mind, it restricts all operations to the active project workspace, providing a secure and reliable way to automate code modifications and file management tasks during development.