Add 15 MCP tools for managing exe.dev virtual machines: - list, create, deleteVm, restart - VM lifecycle management - exec - execute commands on VMs via SSH - shareShow, shareSetPublic, shareSetPrivate - visibility control - sharePort - configure HTTP proxy port - shareAddUser, shareRemoveUser - user access management - shareAddLink, shareRemoveLink - shareable link management - whoami - user account info - shelleyInstall - install Shelley agent Key fixes in v0.2.3: - Properly quote SSH args to prevent local shell interpretation - Add -- separator for commands to prevent flag parsing issues - Support base64-encoded SSH key via EXE_DEV_SSH_KEY env var
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": "@tpmjs/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"incremental": false,
|
|
"composite": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|