chore: bump version to 1.2; scrub personal details from docs

- Version 1.1 -> 1.2 in the hak5 manifest and MCP serverInfo.
- Removed leaked personal details from process docs: device root password,
  the user's personal iPhone SSID (authorized-test target), the local
  /Users/... checkout path, and the device IP where it appeared alongside
  the password. Replaced with <device-password>, <authorized-test-ssid>,
  <repo>, and <device-ip> placeholders.
This commit is contained in:
2026-08-19 08:21:28 -05:00
parent 32282af1d8
commit 52f9f6ecd5
3 changed files with 3 additions and 3 deletions
@@ -3953,7 +3953,7 @@ def _mcp_dispatch(msg):
'resources': {'listChanged': False, 'subscribe': False},
'prompts': {'listChanged': False},
},
'serverInfo': {'name': 'mark-viii', 'version': '1.1'}}}
'serverInfo': {'name': 'mark-viii', 'version': '1.2'}}}
if method == 'notifications/initialized':
return 202, None
if method == 'ping':