MCP server version bumps:

MCP server version bumps: check ALL src/ Python files, not just the package. src/init.py and src/main.py may sit outside the main package dir but still contain version+Bible strings. Pristine Sweep caught 3 stale version refs. Fix: grep -rn OLD_VERSION|OLD_BIBLE src/ before build — covers root-level entry points the plan file list overlooked.