@bryan-thompson/inspector-assessment-cli 1.22.1 → 1.22.2

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.
@@ -355,6 +355,7 @@ function buildConfig(options) {
355
355
  resources: true,
356
356
  prompts: true,
357
357
  crossCapability: true,
358
+ authentication: true,
358
359
  };
359
360
  // Apply --only-modules filter (whitelist mode)
360
361
  if (options.onlyModules?.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryan-thompson/inspector-assessment-cli",
3
- "version": "1.22.1",
3
+ "version": "1.22.2",
4
4
  "description": "CLI for the Enhanced MCP Inspector with assessment capabilities",
5
5
  "license": "MIT",
6
6
  "author": "Bryan Thompson <bryan@triepod.ai>",