From e91ee8fb8506f9b95323e112631cff77ae3d6e3d Mon Sep 17 00:00:00 2001 From: Ivy Evans Date: Thu, 28 Aug 2025 12:43:51 -0700 Subject: [PATCH] docs: remove Oxford comma :sob: --- docs/MCP-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MCP-Server.md b/docs/MCP-Server.md index a391e12cd8..bdea1aa95c 100644 --- a/docs/MCP-Server.md +++ b/docs/MCP-Server.md @@ -4,7 +4,7 @@ last_review_date: "2025-07-18" # Homebrew's MCP Server -Homebrew's MCP Server is the official MCP ([Model Context Protocol](https://modelcontextprotocol.io/)) server for Homebrew, enabling AI assistants like Cursor to interact with Homebrew directly, providing tools for package management, system diagnostics, and development workflows. It exposes common operations like package search/lookup, installation and removal, system updates, diagnostics, and development tools so AI assistants can help maintain your system and develop new formulas. +Homebrew's MCP Server is the official MCP ([Model Context Protocol](https://modelcontextprotocol.io/)) server for Homebrew, enabling AI assistants like Cursor to interact with Homebrew directly, providing tools for package management, system diagnostics, and development workflows. It exposes common operations like package search/lookup, installation and removal, system updates, diagnostics and development tools so AI assistants can help maintain your system and develop new formulas. You don't need to do anything to install it. It's provided by default with Homebrew through the `brew mcp-server` command.