@@ -322,10 +322,18 @@ <h1>MCP Manager</h1>
322322 < h2 > Quick Installation</ h2 >
323323 < div class ="install-tabs ">
324324 < div class ="tabs ">
325- < button class ="tab-button active " data-tab ="pipx "> pipx</ button >
325+ < button class ="tab-button active " data-tab ="brew "> homebrew</ button >
326+ < button class ="tab-button " data-tab ="pipx "> pipx</ button >
326327 < button class ="tab-button " data-tab ="pip "> pip</ button >
327- < button class ="tab-button " data-tab ="script "> Shell</ button >
328- < button class ="tab-button " data-tab ="brew "> Homebrew</ button >
328+ < button class ="tab-button " data-tab ="script "> shell</ button >
329+ </ div >
330+
331+ < div class ="tab-content " id ="brew-tab ">
332+ < p > Install with Homebrew:</ p >
333+ < div class ="code-block ">
334+ < code > < span class ="command-prompt "> $</ span > brew install mcpm</ code >
335+ < button class ="copy-button " data-command ="brew install mcpm "> < svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round "> < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect > < path d ="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1 "> </ path > </ svg > </ button >
336+ </ div >
329337 </ div >
330338
331339 < div class ="tab-content active " id ="pipx-tab ">
@@ -351,14 +359,6 @@ <h2>Quick Installation</h2>
351359 < button class ="copy-button " data-command ="curl -sSL https://mcpm.sh/install | bash "> < svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round "> < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect > < path d ="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1 "> </ path > </ svg > </ button >
352360 </ div >
353361 </ div >
354-
355- < div class ="tab-content " id ="brew-tab ">
356- < p > Install with Homebrew:</ p >
357- < div class ="code-block ">
358- < code > < span class ="command-prompt "> $</ span > brew install mcpm</ code >
359- < button class ="copy-button " data-command ="brew install mcpm "> < svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round "> < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect > < path d ="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1 "> </ path > </ svg > </ button >
360- </ div >
361- </ div >
362362 </ div >
363363 < p > MCP Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</ p >
364364 </ div >
0 commit comments