Storage-Server-Python/ ├── Application/ # Capa de aplicación - Casos de uso │ └── Services/ │ └── save_pdf_service.py ├── Domain/ # Capa ...
This project implements a Model Context Protocol (MCP) server that provides a bridge between a PostgreSQL database and an AI agent powered by Google's Gemini LLM. The server allows natural language ...