Until recently, if you wanted your AI agent to check flight prices or look up a database, you had to write a custom tool. When Anthropic released the Model Context Protocol (MCP), it created a ...
products-api/ ├── docker/ # Scripts de base de datos ├── postman/ # Colección para pruebas ├── src/ # Código fuente Java ├── Dockerfile # Imagen de la aplicación ├── docker-compose.yml # Orquestación ...
project-management-api/ │ ├── models/ ├── routes/ ├── services/ ├── utils/ ├── tests/ │ │ ├── app.py ├── database.py ├── create_table.py ├── requirements.txt ├── Dockerfile ├── logging ...