@smithery/cli 0.0.9 → 0.0.11

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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ This guide will help you get started with developing for @smithery/cli.
13
13
  1. Clone the repository:
14
14
  ```bash
15
15
  git clone git@github.com:smithery-ai/cli.git
16
- cd smithery-get
16
+ cd cli
17
17
  ```
18
18
 
19
19
  2. Install dependencies:
@@ -26,13 +26,6 @@ npm install
26
26
  npm run build
27
27
  ```
28
28
 
29
- ### Testing Locally
30
-
31
- To test the CLI tool locally:
32
- ```bash
33
- npx .
34
- ```
35
-
36
29
  ### Common Commands
37
30
 
38
31
  Test specific functionality: