pangolint-mcp 0.7.5 → 0.7.6

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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ context.
24
24
  Install the `pangolint-mcp` tarball attached to a GitHub Release:
25
25
 
26
26
  ```bash
27
- npm install -g ./pangolint-mcp-0.7.5.tgz
27
+ npm install -g ./pangolint-mcp-0.7.6.tgz
28
28
  which pangolint-mcp
29
29
  ```
30
30
 
@@ -33,12 +33,11 @@ For local development, build the same tarball from a repository checkout:
33
33
  ```bash
34
34
  # from the repository root
35
35
  npm run package:mcp
36
- npm install -g ./mcp/pangolint-mcp-0.7.5.tgz
36
+ npm install -g ./mcp/pangolint-mcp-0.7.6.tgz
37
37
  which pangolint-mcp
38
38
  ```
39
39
 
40
- If npm publishing is selected for a later release, the registry install path
41
- will be:
40
+ Or install the published package from npm:
42
41
 
43
42
  ```bash
44
43
  npm install -g pangolint-mcp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pangolint-mcp",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
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": {