From e26264ac85ac07af8716770063e636abccf2d9fe Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 6 May 2026 23:39:25 -0500 Subject: chore(mcp): mark install.py executable The shebang was already there but the file mode was 644. The Makefile invokes via "python3 mcp/install.py" so it worked anyway, but the mode now matches the shebang. --- mcp/install.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 mcp/install.py diff --git a/mcp/install.py b/mcp/install.py old mode 100644 new mode 100755 -- cgit v1.2.3