Files
my-pal-mcp-server/run_gemini.sh
2025-06-08 20:16:12 +04:00

4 lines
86 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
source venv/bin/activate
python gemini_server.py "$@"