@bryan-thompson/inspector-assessment-cli 1.34.1 → 1.34.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.
@@ -77,7 +77,7 @@ export async function runFullAssessment(options) {
77
77
  description: r.description,
78
78
  mimeType: r.mimeType,
79
79
  }));
80
- // Get resource templates from resources/templates/list (Issue #132)
80
+ // Get resource templates from resources/templates/list (Issue #131)
81
81
  // This is a SEPARATE MCP endpoint - templates are NOT included in resources/list
82
82
  try {
83
83
  const templatesResponse = await client.listResourceTemplates();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryan-thompson/inspector-assessment-cli",
3
- "version": "1.34.1",
3
+ "version": "1.34.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>",