Merge pull request #20093 from Homebrew/brew-mcp-settings

Add MCP server VS Code config
This commit is contained in:
Patrick Linnane 2025-06-12 20:48:08 +00:00 committed by GitHub
commit d428e832ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.vscode/mcp.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"servers": {
"Homebrew": {
"type": "stdio",
"command": "brew",
"args": [
"mcp-server"
]
}
}
}