@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 #
|
|
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