{
"version": "2.0.0",
"tasks": [
{
"label": "Run Electron MCP Server",
"type": "shell",
"command": "bun start",
"isBackground": true,
"problemMatcher": {
"pattern": [
{
"regexp": ".",
"file": 1,
"location": 2,
"message": 3
}
],
"background": {
"activeOnStart": true,
"beginsPattern": "Electron app is ready",
"endsPattern": "MCP SSE Server listening"
}
}
}
]
}