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
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
4141mcp 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
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments