mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
Add MCP server VS Code config
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"servers": {
|
||||
"Homebrew": {
|
||||
"type": "stdio",
|
||||
"command": "brew",
|
||||
"args": [
|
||||
"mcp-server"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user