pangolint-mcp 0.7.6 → 0.7.20
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
|
@@ -21,26 +21,27 @@ context.
|
|
|
21
21
|
|
|
22
22
|
## Install
|
|
23
23
|
|
|
24
|
-
Install the
|
|
24
|
+
Install the published package from npm:
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npm install -g
|
|
27
|
+
npm install -g pangolint-mcp
|
|
28
28
|
which pangolint-mcp
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
Or install the `pangolint-mcp` tarball attached to a GitHub Release:
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
|
|
35
|
-
npm run package:mcp
|
|
36
|
-
npm install -g ./mcp/pangolint-mcp-0.7.6.tgz
|
|
34
|
+
npm install -g ./pangolint-mcp-0.7.20.tgz
|
|
37
35
|
which pangolint-mcp
|
|
38
36
|
```
|
|
39
37
|
|
|
40
|
-
|
|
38
|
+
For local development, build the same tarball from a repository checkout:
|
|
41
39
|
|
|
42
40
|
```bash
|
|
43
|
-
|
|
41
|
+
# from the repository root
|
|
42
|
+
npm run package:mcp
|
|
43
|
+
npm install -g ./mcp/pangolint-mcp-0.7.20.tgz
|
|
44
|
+
which pangolint-mcp
|
|
44
45
|
```
|
|
45
46
|
|
|
46
47
|
The binary is `pangolint-mcp` (stdio transport).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedBy": "scripts/generateMcpControlReference.ts",
|
|
3
|
+
"generatedBy": "scripts/objectTree/generateMcpControlReference.ts",
|
|
4
4
|
"generatedFrom": [
|
|
5
5
|
"data/pangoscript/control-reference/control-crosswalk/property-control-index.json",
|
|
6
6
|
"data/pangoscript/object-tree/runtime-indexes/object-property-index.json"
|