1 parent 426c703 commit f5f60d4Copy full SHA for f5f60d4
1 file changed
support/start.sh
@@ -136,7 +136,7 @@ export GITHUB_TOOLSETS="${GITHUB_TOOLSETS:-${LPB_GITHUB_TOOLSETS:-all}}"
136
_github_mcp_bin="/home/lpb/.local/pi-support/bin/github-mcp-server"
137
if [[ ! -x "$_github_mcp_bin" ]]; then
138
_version="${LPB_GITHUB_MCP_SERVER_VERSION:-v1.8.0}"
139
- info "Installing GitHub MCP Server v${_version}..."
+ info "Installing GitHub MCP Server ${_version}..."
140
mkdir -p /home/lpb/.local/pi-support/bin
141
# Direct GitHub CDN (github.com/.../releases/download/...) returns 404 from
142
# this network, and gh's .browser_download_url resolves to that same blocked
0 commit comments