Agents File Operations
Createddynstat
Provides file system operations via a Model Context Protocol (MCP) server-client architecture.
About
The Agents File Operations tool offers a practical example of building agents from scratch and integrating them with MCP servers. It enables file system operations like reading, writing, and listing directory contents through a server-client architecture leveraging the Model Context Protocol (MCP). The server exposes file system operations as tools, while the client utilizes Google's Gemini API to interact with the server.
Key Features
- Read file contents
- Write content to files
- List directory contents
- 0 GitHub stars