@lerianstudio/matcher-mcp 1.4.1-beta.5 → 1.4.1-beta.7

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -312,3 +312,5 @@ Build uses `tsc` (this is a Node service, not a browser bundle), which is the on
312
312
  deliberate divergence from `ui/`'s Vite build.
313
313
 
314
314
 
315
+
316
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lerianstudio/matcher-mcp",
3
- "version": "1.4.1-beta.5",
3
+ "version": "1.4.1-beta.7",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol server for the Matcher reconciliation engine",
6
6
  "license": "Apache-2.0",