@smithery/cli 1.1.60 → 1.1.62

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 +4 -0
  2. package/dist/index.js +68 -68
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,7 @@ npx @smithery/cli <command>
22
22
  - `run <server-id>` - Run a server
23
23
  - `--config <json>` - Provide configuration for the server
24
24
  - `list clients` - List available clients
25
+ - `list servers --client <name>` - List installed servers for specific AI client
25
26
  - `--help` - Show help message
26
27
  - `--verbose` - Show detailed logs for debugging
27
28
 
@@ -40,6 +41,9 @@ npx @smithery/cli uninstall mcp-obsidian --client claude
40
41
  # List available clients
41
42
  npx @smithery/cli list clients
42
43
 
44
+ # List installed servers for claude
45
+ npx @smithery/cli list servers --client claude
46
+
43
47
  # Inspect a specific server from smithery's registry
44
48
  npx @smithery/cli inspect mcp-obsidian
45
49