Skip to content

Commit 62aa171

Browse files
committed
Update description
1 parent 3171c1a commit 62aa171

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ mcp --version # Display the current version of MCP
3434
### Available Commands
3535

3636
```
37-
mcp client # Manage the active MCP client
38-
mcp client set CLIENT_NAME # Set the active MCP client
39-
mcp client list # List available MCP clients and their status
37+
mcp client # Show the current active MCP client
38+
mcp client CLIENT_NAME # Set a new active MCP client
39+
mcp client --list # List all supported MCP clients and their status
4040
4141
mcp edit # View or edit the active MCP client's configuration file
4242
@@ -68,7 +68,6 @@ mcp status # Show status of MCP servers in Claude Desktop
6868
- [x] Landing page setup
6969
- [x] CLI foundation
7070
- [ ] Server repository structure
71-
- [ ] Claude Desktop client integration
7271
- [ ] Server management functionality
7372
- [ ] Additional client support
7473

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2>Available Features</h2>
228228
<div class="feature">
229229
<h3><span>👥</span> Client Management</h3>
230230
<p>Easily switch between and manage MCP clients:</p>
231-
<code><span class="command-prompt">$</span> mcp client set claude-desktop</code>
231+
<code><span class="command-prompt">$</span> mcp client claude-desktop</code>
232232
</div>
233233

234234
<div class="feature">

0 commit comments

Comments
 (0)