fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details

This commit is contained in:
Fahad
2025-12-04 18:11:55 +04:00
parent bcfaccecd4
commit b2dc84992d
122 changed files with 1423 additions and 1056 deletions

11
pal-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 pal-mcp-server directory
cd "$DIR"
# Execute the Python server with all arguments passed through
exec .pal_venv/bin/python server.py "$@"