@smithery/cli 1.1.71 → 1.1.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +29 -29
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -90,7 +90,7 @@ This guide will help you get started with developing for @smithery/cli.
90
90
 
91
91
  ```bash
92
92
  # List all servers
93
- npx . <command>
93
+ npx . list servers
94
94
 
95
95
  # Inspect a specific server
96
96
  npx . inspect <server-id>