Quick demo to show how an MCP allows an LLM-based chatbot to query a SQLite database. This uses qwen3.5:0.8b as the agent model.
- Install Ollama
https://ollama.com/download- Pull the model
ollama pull qwen3.5:0.8bSet up your virtual environment, then start the server and client.
python .\mcp_server.py
python .\mcp_client.py TODO: Standardise and expand logging