Support for Gemini CLI (setup instructions) - WIP
This commit is contained in:
11
zen-mcp-server
Executable file
11
zen-mcp-server
Executable 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 "$@"
|
||||
Reference in New Issue
Block a user