privateGPT MCP Server

#!/bin/bash # Ensure all Python dependencies are installed echo "Ensuring that all Python dependencies are installed." # pip install -r <directory> requirements.txt # Execute the Python command with the specified config file echo "Starting the IoT MQTT Agent..." python -m agents.IoTAgent.Python.iot_mqtt_agent --config agents/IoTAgent/config.json