File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ mcp --version # Display the current version of MCP
34
34
### Available Commands
35
35
36
36
```
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
40
40
41
41
mcp edit # View or edit the active MCP client's configuration file
42
42
@@ -68,7 +68,6 @@ mcp status # Show status of MCP servers in Claude Desktop
68
68
- [x] Landing page setup
69
69
- [x] CLI foundation
70
70
- [ ] Server repository structure
71
- - [ ] Claude Desktop client integration
72
71
- [ ] Server management functionality
73
72
- [ ] Additional client support
74
73
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ <h2>Available Features</h2>
228
228
< div class ="feature ">
229
229
< h3 > < span > 👥</ span > Client Management</ h3 >
230
230
< 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 >
232
232
</ div >
233
233
234
234
< div class ="feature ">
You can’t perform that action at this time.
0 commit comments