mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Add MCP server VS Code config
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
e66bb7ece5
commit
ac6a7b476b
11
.vscode/mcp.json
vendored
Normal file
11
.vscode/mcp.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"servers": {
|
||||
"Homebrew": {
|
||||
"type": "stdio",
|
||||
"command": "brew",
|
||||
"args": [
|
||||
"mcp-server"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user