@@ -250,20 +250,19 @@ <h2>🚀 Quick Installation</h2>
250
250
< p > Install MCP with a single command:</ p >
251
251
< div class ="code-block ">
252
252
< 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 >
254
254
</ div >
255
255
< p > MCP Manager is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</ p >
256
256
</ div >
257
257
258
- < h2 > What to Expect</ h2 >
259
258
< h2 > Available Features</ h2 >
260
259
< div class ="features ">
261
260
< div class ="feature ">
262
261
< h3 > < span > 👥</ span > Client Management</ h3 >
263
262
< p > Easily switch between and manage MCP clients:</ p >
264
263
< div class ="code-block ">
265
264
< 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 >
267
266
</ div >
268
267
</ div >
269
268
@@ -272,7 +271,7 @@ <h3><span>📋</span> Server Listing</h3>
272
271
< p > View all your installed MCP servers:</ p >
273
272
< div class ="code-block ">
274
273
< 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 >
276
275
</ div >
277
276
</ div >
278
277
@@ -281,7 +280,7 @@ <h3><span>⚙️</span> Server Management</h3>
281
280
< p > Control your MCP server processes with ease:</ p >
282
281
< div class ="code-block ">
283
282
< 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 >
285
284
</ div >
286
285
</ div >
287
286
@@ -290,7 +289,7 @@ <h3><span>🔀</span> Server Toggling</h3>
290
289
< p > Enable or disable servers for specific clients:</ p >
291
290
< div class ="code-block ">
292
291
< 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 >
294
293
</ div >
295
294
</ div >
296
295
</ div >
@@ -302,7 +301,7 @@ <h3><span>🧩</span> Simple Server Installation</h3>
302
301
< p > Install MCP servers with a single command:</ p >
303
302
< div class ="code-block ">
304
303
< 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 >
306
305
</ div >
307
306
</ div >
308
307
@@ -311,7 +310,7 @@ <h3><span>🔍</span> Server Discovery</h3>
311
310
< p > Find available Model Context Protocol servers:</ p >
312
311
< div class ="code-block ">
313
312
< 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 >
315
314
</ div >
316
315
</ div >
317
316
</ div >
0 commit comments