pangolint-mcp 0.7.36 → 0.7.37

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 (2) hide show
  1. package/README.md +2 -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.36.tgz
34
+ npm install -g ./pangolint-mcp-0.7.37.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.36.tgz
43
+ npm install -g ./mcp/pangolint-mcp-0.7.37.tgz
44
44
  which pangolint-mcp
45
45
  ```
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pangolint-mcp",
3
- "version": "0.7.36",
3
+ "version": "0.7.37",
4
4
  "description": "MCP server exposing PangoLint's curated PangoScript knowledge to AI coding agents.",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "repository": {