@bryan-thompson/inspector-assessment-cli 1.38.2 → 1.39.0

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.
@@ -398,7 +398,7 @@ Options:
398
398
  --mcp-auditor-url <url> mcp-auditor URL for HTTP transport (default: http://localhost:8085)
399
399
  --full Enable all assessment modules (default)
400
400
  --profile <name> Use predefined module profile (quick, security, compliance, full)
401
- --temporal-invocations <n> Number of invocations per tool for rug pull detection (default: 25)
401
+ --temporal-invocations <n> Number of invocations per tool for rug pull detection (default: 3)
402
402
  --skip-temporal Skip temporal/rug pull testing (faster assessment)
403
403
  --conformance Enable official MCP conformance tests (experimental, requires HTTP/SSE transport)
404
404
  --output-format <fmt> Output format: full (default), tiered, summary-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryan-thompson/inspector-assessment-cli",
3
- "version": "1.38.2",
3
+ "version": "1.39.0",
4
4
  "description": "CLI for the Enhanced MCP Inspector with assessment capabilities",
5
5
  "license": "MIT",
6
6
  "author": "Bryan Thompson <bryan@triepod.ai>",