GTK4/VTE terminal workspace with MCP control plane and UI screenshots
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
341 B

{
"servers": {
"mcpHal9002": {
"type": "stdio",
"command": "${workspaceFolder}/.venv/bin/python",
"args": [
"-m",
"gnome_vte_mcp.server"
],
"env": {
"PYTHONPATH": "${workspaceFolder}/src"
},
"dev": {
"watch": "${workspaceFolder}/src/**/*.py"
}
}
}
}