Day 10 – Fine tuning the RAG server

Following the previous episode (/mo5-blog/days/day-6-rag-server/), I wanted to go one step further: deploy my RAG server on the Internet. The goal was twofold: make the server accessible from the outside allow coding agents (Copilot, Augment, etc.) to have a precise context to help with MO5 development (the project is described here: https://retrocomputing-ai.cloud/) Deploying a RAG, but not just an API To connect coding agents with my RAG server, I created an MCP server. It acts as a standardized interface between AI tools (Copilot, Augment, etc.) and my RAG API. ...

January 9, 2026