Integrates FastAPI applications with Gemini CLI, exposing REST endpoints as natural language-callable tools.
This project bridges FastAPI applications with the Gemini CLI, transforming standard REST API endpoints into powerful, natural language-accessible tools. It enables developers to expose functionalities like user and task management, or even mathematical calculations, from their FastAPI backend directly to AI interactions via the Model Context Protocol (MCP). This integration allows users to control and query their backend services using conversational commands through Gemini CLI, streamlining interaction and automation.