@kryptosai/mcp-observatory 0.26.0 → 0.26.1
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 +1 -1
- package/dist/src/commands/enterprise-report.js +1 -1
- package/dist/src/commands/init-ci.js +1 -1
- package/docs/certification-distribution.md +1 -1
- package/docs/ecosystem-distribution-kit.md +1 -1
- package/docs/project-case-study.md +1 -1
- package/docs/proof.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ function sampleArtifact(targetId, gate, score, grade, checks) {
|
|
|
124
124
|
gate,
|
|
125
125
|
runId: `sample-${targetId}`,
|
|
126
126
|
createdAt: new Date().toISOString(),
|
|
127
|
-
toolVersion: "0.
|
|
127
|
+
toolVersion: "0.26.1",
|
|
128
128
|
target: {
|
|
129
129
|
targetId,
|
|
130
130
|
adapter: "local-process",
|
|
@@ -7,7 +7,7 @@ const DEFAULT_TARGET_CONFIG_PATH = "mcp-observatory.target.json";
|
|
|
7
7
|
const DEFAULT_PR_BODY_PATH = "docs/mcp-observatory-pr-body.md";
|
|
8
8
|
const DEFAULT_ISSUE_BODY_PATH = "docs/mcp-observatory-issue.md";
|
|
9
9
|
const DEFAULT_SCORE_BADGE_PATH = "docs/mcp-observatory-score-badge.md";
|
|
10
|
-
const DEFAULT_ACTION_REF = "v0.
|
|
10
|
+
const DEFAULT_ACTION_REF = "v0.26.1";
|
|
11
11
|
async function exists(filePath) {
|
|
12
12
|
try {
|
|
13
13
|
await access(filePath);
|
|
@@ -75,7 +75,7 @@ The distribution wedge is useful CI for other MCP repositories. The certificatio
|
|
|
75
75
|
|
|
76
76
|
Current public distribution proof includes:
|
|
77
77
|
|
|
78
|
-
- latest release: `v0.
|
|
78
|
+
- latest release: `v0.26.1`
|
|
79
79
|
- npm package: `@kryptosai/mcp-observatory`
|
|
80
80
|
- GitHub Action: `KryptosAI/mcp-observatory/action@main`
|
|
81
81
|
- npm downloads snapshot: 511 downloads for June 11-20, 2026
|
package/docs/proof.md
CHANGED
|
@@ -5,8 +5,8 @@ MCP Observatory is early, but it is already a working MCP testing/security stack
|
|
|
5
5
|
## Current Public Surface
|
|
6
6
|
|
|
7
7
|
- npm package: `@kryptosai/mcp-observatory`
|
|
8
|
-
- GitHub Action: `KryptosAI/mcp-observatory/action@v0.
|
|
9
|
-
- Latest release: `v0.
|
|
8
|
+
- GitHub Action: `KryptosAI/mcp-observatory/action@v0.26.1`
|
|
9
|
+
- Latest release: `v0.26.1`
|
|
10
10
|
- CLI command count: scan, test, record, replay, verify, diff, watch, suggest, serve, lock, history, setup-ci, init-ci, ci-report, enterprise-report, score, badge, cloud
|
|
11
11
|
- Test suite: 334 passing tests across 43 test files as of June 20, 2026
|
|
12
12
|
- GitHub traffic snapshot: 745 clones and 232 unique cloners in the visible June 2026 traffic window
|
package/package.json
CHANGED