MCP-Server
3.3
The MCP-server Test involves setting up a Model Context Protocol server and connecting it to three machines using Vagrant.
MCP-server Test
Run the Vagrantfile and connect to 3 machines
copy the relecant scripts to 3 machines : context_server.py - to MCP-Server model_1.py - to model1 machine model_2.py - to model2 machine
Run the python3 context_server.py from MCP server
Run the python3 model_1.py from model 1 server
Run the python3 model_2.py from model 2 server