@lerianstudio/matcher-mcp 1.5.0-beta.5 → 4.5.0-beta.12

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,7 +37,8 @@ presence only and never echoes the token value.
37
37
  ## Deployment
38
38
 
39
39
  The server ships as the segregated **`matcher-mcp`** Docker image — a distroless
40
- Node service built by [`.github/workflows/build-mcp.yml`](../.github/workflows/build-mcp.yml)
40
+ Node service built by the `mcp` group in
41
+ [`.github/workflows/release.yml`](../.github/workflows/release.yml)
41
42
  and published to GHCR. The image rides the same `v<version>` semantic-release tag
42
43
  as the matcher app, which also pins the embedded OpenAPI spec to the matched
43
44
  matcher version. The bearer token the relay forwards is never baked into the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lerianstudio/matcher-mcp",
3
- "version": "1.5.0-beta.5",
3
+ "version": "4.5.0-beta.12",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol server for the Matcher reconciliation engine",
6
6
  "license": "Apache-2.0",