File size: 374 Bytes
39b3fb5
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "kitty.vm.rust",
  "type": "vm",
  "target": "rust",
  "description": "Rust VM bridge for local deterministic task execution.",
  "commands": ["execute_resonance_vm", "render_agent_page"],
  "transport": "stdio",
  "binary": "crates/rust-vm-bridge/target/release/rust-vm-bridge",
  "permissions": {
    "rawShell": false,
    "network": false
  }
}