cd sampleFastMCPClient && python3 -m venv venv && venv/bin/pip install fastmcp && cd .. && echo "sampleFastMCPClient done"
cd sampleFastMCPServer && python3 -m venv venv && venv/bin/pip install fastmcp && cd .. && echo "sampleFastMCPServer done"
cd sampleFastMCPServerElicitationRequest && python3 -m venv venv && venv/bin/pip install fastmcp && cd .. && echo "sampleFastMCPServerElicitationRequest done"
