philo-groves/apple-security-devices
v0.1.0
Realistic Apple security-research environments using Tart macOS guests, physical iPhones, and darwin-vm low-level Darwin guests.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
devicesstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/server.mjs"
],
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "apple-security-devices",
"version": "0.1.0",
"description": "Realistic Apple security-research environments using Tart macOS guests, physical iPhones, and darwin-vm low-level Darwin guests.",
"author": {
"name": "Beale"
},
"keywords": [
"apple-security",
"darwin-vm",
"iphone",
"macos",
"tart"
]
}