@gesslar/lpc-mcp 0.1.4 → 0.1.5

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
@@ -30,10 +30,10 @@ All through conversation, powered by actual code intelligence instead of pattern
30
30
 
31
31
  ### 1. Install Node.js
32
32
 
33
- Node.js 16+ required:
33
+ Node.js 20+ required:
34
34
 
35
35
  ```bash
36
- node --version # Should be v16.0.0 or higher
36
+ node --version # Should be v20.0.0 or higher
37
37
  ```
38
38
 
39
39
  ### 2. Install the LPC Language Server Extension
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gesslar/lpc-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "MCP server for LPC language server",
5
5
  "main": "index.js",
6
6
  "type": "module",