brew/.vscode/mcp.json

12 lines
140 B
JSON
Raw Permalink Normal View History

{
"servers": {
"Homebrew": {
"type": "stdio",
"command": "brew",
"args": [
"mcp-server"
]
}
}
}