Support for Gemini CLI (setup instructions) - WIP

This commit is contained in:
Fahad
2025-06-25 19:36:09 +04:00
parent 9c1503faac
commit 6d0bafa81d
7 changed files with 276 additions and 83 deletions

11
zen-mcp-server Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# Wrapper script for Gemini CLI compatibility
# Get the directory of this script
DIR="$(cd "$(dirname "$0")" && pwd)"
# Change to the zen-mcp-server directory
cd "$DIR"
# Execute the Python server with all arguments passed through
exec .zen_venv/bin/python server.py "$@"