pangolint-mcp 0.7.29 → 0.7.32
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ which pangolint-mcp
|
|
|
31
31
|
Or install the `pangolint-mcp` tarball attached to a GitHub Release:
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm install -g ./pangolint-mcp-0.7.
|
|
34
|
+
npm install -g ./pangolint-mcp-0.7.32.tgz
|
|
35
35
|
which pangolint-mcp
|
|
36
36
|
```
|
|
37
37
|
|
|
@@ -40,7 +40,7 @@ For local development, build the same tarball from a repository checkout:
|
|
|
40
40
|
```bash
|
|
41
41
|
# from the repository root
|
|
42
42
|
npm run package:mcp
|
|
43
|
-
npm install -g ./mcp/pangolint-mcp-0.7.
|
|
43
|
+
npm install -g ./mcp/pangolint-mcp-0.7.32.tgz
|
|
44
44
|
which pangolint-mcp
|
|
45
45
|
```
|
|
46
46
|
|