@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
@@ -233,7 +233,7 @@ jobs:
233
233
  runs-on: ubuntu-latest
234
234
  steps:
235
235
  - uses: actions/checkout@v4
236
- - uses: KryptosAI/mcp-observatory/action@v0.24.0
236
+ - uses: KryptosAI/mcp-observatory/action@v0.25.1
237
237
  with:
238
238
  command: npx -y my-mcp-server
239
239
  deep: true
@@ -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.24.0";
10
+ const DEFAULT_ACTION_REF = "v0.25.1";
11
11
  async function exists(filePath) {
12
12
  try {
13
13
  await access(filePath);
@@ -81,7 +81,7 @@ For production CI, pin the package version:
81
81
  - uses: KryptosAI/mcp-observatory/action@main
82
82
  with:
83
83
  command: npx -y <server-package>
84
- package-version: 0.23.0
84
+ package-version: 0.25.1
85
85
  deep: true
86
86
  security: true
87
87
  ```
@@ -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.23.0`
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.24.0`
9
- - Latest release: `v0.23.0`
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kryptosai/mcp-observatory",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "The CI and security gate for MCP servers before agents depend on them.",
5
5
  "mcpName": "io.github.KryptosAI/mcp-observatory",
6
6
  "license": "MIT",