Skip to content

Commit b5ac306

Browse files
committed
Update index.html
1 parent c99e80d commit b5ac306

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pages/index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,20 +250,19 @@ <h2>🚀 Quick Installation</h2>
250250
<p>Install MCP with a single command:</p>
251251
<div class="code-block">
252252
<code><span class="command-prompt">$</span> curl -sSL https://getmcp.sh/install | bash</code>
253-
<button class="copy-button" data-command="curl -sSL https://getmcp.sh/install | bash">Copy</button>
253+
<button class="copy-button" data-command="curl -sSL https://getmcp.sh/install | bash">📋</button>
254254
</div>
255255
<p>MCP Manager is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</p>
256256
</div>
257257

258-
<h2>What to Expect</h2>
259258
<h2>Available Features</h2>
260259
<div class="features">
261260
<div class="feature">
262261
<h3><span>👥</span> Client Management</h3>
263262
<p>Easily switch between and manage MCP clients:</p>
264263
<div class="code-block">
265264
<code><span class="command-prompt">$</span> mcp client claude-desktop</code>
266-
<button class="copy-button" data-command="mcp client claude-desktop">Copy</button>
265+
<button class="copy-button" data-command="mcp client claude-desktop">📋</button>
267266
</div>
268267
</div>
269268

@@ -272,7 +271,7 @@ <h3><span>📋</span> Server Listing</h3>
272271
<p>View all your installed MCP servers:</p>
273272
<div class="code-block">
274273
<code><span class="command-prompt">$</span> mcp list</code>
275-
<button class="copy-button" data-command="mcp list">Copy</button>
274+
<button class="copy-button" data-command="mcp list">📋</button>
276275
</div>
277276
</div>
278277

@@ -281,7 +280,7 @@ <h3><span>⚙️</span> Server Management</h3>
281280
<p>Control your MCP server processes with ease:</p>
282281
<div class="code-block">
283282
<code><span class="command-prompt">$</span> mcp server start my-server</code>
284-
<button class="copy-button" data-command="mcp server start my-server">Copy</button>
283+
<button class="copy-button" data-command="mcp server start my-server">📋</button>
285284
</div>
286285
</div>
287286

@@ -290,7 +289,7 @@ <h3><span>🔀</span> Server Toggling</h3>
290289
<p>Enable or disable servers for specific clients:</p>
291290
<div class="code-block">
292291
<code><span class="command-prompt">$</span> mcp toggle my-server</code>
293-
<button class="copy-button" data-command="mcp toggle my-server">Copy</button>
292+
<button class="copy-button" data-command="mcp toggle my-server">📋</button>
294293
</div>
295294
</div>
296295
</div>
@@ -302,7 +301,7 @@ <h3><span>🧩</span> Simple Server Installation</h3>
302301
<p>Install MCP servers with a single command:</p>
303302
<div class="code-block">
304303
<code><span class="command-prompt">$</span> mcp install claude-config</code>
305-
<button class="copy-button" data-command="mcp install claude-config">Copy</button>
304+
<button class="copy-button" data-command="mcp install claude-config">📋</button>
306305
</div>
307306
</div>
308307

@@ -311,7 +310,7 @@ <h3><span>🔍</span> Server Discovery</h3>
311310
<p>Find available Model Context Protocol servers:</p>
312311
<div class="code-block">
313312
<code><span class="command-prompt">$</span> mcp search</code>
314-
<button class="copy-button" data-command="mcp search">Copy</button>
313+
<button class="copy-button" data-command="mcp search">📋</button>
315314
</div>
316315
</div>
317316
</div>

0 commit comments

Comments
 (0)