All actions below to be taken from the root folder
- Load environment: source ./.venv/bin/activate
- Run server: uvicorn check_ssl_mcp.main:app
- Build image: docker build --tag ssl-mcp-server:latest .
- Run image : docker run -p 8000:8000 -e MCP_SERVER_TOKEN=XXX ssl-mcp-server:latest
- Load environment: source ./.venv/bin/activate
- Execute command python ./check-ssl-mcp/main.py https://cern.ch https://learn.heatgeek.com (pass a list of https urls)
- Load environment: source ./.venv/bin/activate
- Execute command adk web from within the 'agents' directory