Shuttle for VS Code
io.github.grarcht/shuttle
Android framework and solution that prevents TransactionTooLargeException crashes by design.
client:VS Code
transport:stdio
runtime:oci
Install Shuttle in VS Code
.vscode/mcp.json
{
"servers": {
"shuttle": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/grarcht/shuttle-mcp:4.0.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs