Start the backend server on your local machine by running:
docker compose up --buildIn another terminal, start the frontend server on your local machine by navigating to the frontend directory and running:
npm run devThis repository was originally based on the MCP-Chatbot repository here, which demonstrates how to integrate the Model Context Protocol (MCP) into a simple CLI chatbot. The implementation has been extended far beyond the original repository, but the initial baseline was provided by Edoardo Cilia under the MIT License.