@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 CHANGED
@@ -242,7 +242,7 @@ jobs:
242
242
  runs-on: ubuntu-latest
243
243
  steps:
244
244
  - uses: actions/checkout@v4
245
- - uses: KryptosAI/mcp-observatory/action@v0.25.1
245
+ - uses: KryptosAI/mcp-observatory/action@v0.26.1
246
246
  with:
247
247
  command: npx -y my-mcp-server
248
248
  deep: true
@@ -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.25.1",
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.25.1";
10
+ const DEFAULT_ACTION_REF = "v0.26.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.25.1
84
+ package-version: 0.26.1
85
85
  deep: true
86
86
  security: true
87
87
  ```
@@ -63,7 +63,7 @@ Description:
63
63
  Snippet:
64
64
 
65
65
  ```yaml
66
- - uses: KryptosAI/mcp-observatory/action@v0.25.1
66
+ - uses: KryptosAI/mcp-observatory/action@v0.26.1
67
67
  with:
68
68
  command: npx -y <server-package>
69
69
  deep: true
@@ -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.25.1`
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.25.1`
9
- - Latest release: `v0.25.1`
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kryptosai/mcp-observatory",
3
- "version": "0.26.0",
3
+ "version": "0.26.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",