export-github: exclude mcp/ from public publication

The MCP server README names Claude Desktop / Claude Code (it is an MCP
server for those clients), which trips the scrub gate. It is a standalone
local tool distributed via pxe-images/mcp/ + setup-mcp.cmd, not part of the
shipped product, so exclude it from the public repo like docs/ and tools/.
This commit is contained in:
cproudlock
2026-07-30 14:30:12 -04:00
parent e6533d5205
commit 3ad26ba010

View File

@@ -35,6 +35,7 @@ rsync -a --delete \
--exclude '.gitea' \
--exclude 'docs' \
--exclude 'tools' \
--exclude 'mcp' \
--exclude 'start-api.sh' \
--exclude 'start-ui.sh' \
--exclude 'CLAUDE.md' \