purecontext-mcp 1.1.3 → 1.1.4

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 +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -166,7 +166,7 @@ If your team runs a shared PureContext server, connect with an HTTP transport in
166
166
  }
167
167
  ```
168
168
 
169
- → [Full installation guide](FULL-INSTALLATAION-GUIDE.md)
169
+ → [Full installation guide](FULL-INSTALLATION-GUIDE.md)
170
170
 
171
171
  ---
172
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecontext-mcp",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Token-efficient source code navigation MCP server for AI agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -85,6 +85,7 @@
85
85
  "hnswlib-wasm": "^0.8.2",
86
86
  "ignore": "^7.0.5",
87
87
  "js-yaml": "^4.1.1",
88
+ "minimatch": "^9.0.9",
88
89
  "tree-sitter-c": "^0.23.2",
89
90
  "tree-sitter-c-sharp": "^0.23.1",
90
91
  "tree-sitter-dart": "^1.0.0",