@kryptosai/mcp-observatory 0.25.0 → 0.25.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
CHANGED
|
@@ -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.25.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.25.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.25.1`
|
|
9
|
+
- Latest release: `v0.25.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