added all mcp
This commit is contained in:
5
mealie-mcp-bundle/server/launch.sh
Executable file
5
mealie-mcp-bundle/server/launch.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Get the directory of this script (which will be inside the bundle)
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
exec ./venv/bin/python "$SCRIPT_DIR/server.py"
|
||||
Reference in New Issue
Block a user