@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.
- package/README.md +2 -1
- 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
|
|
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
|