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 f419e2216d
commit 3c306e2478
5 changed files with 11 additions and 11 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':