@htmlbricks/mcp 0.66.10 → 0.66.11
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 +1 -1
- package/assets/AGENT_WEBCOMPONENTS_REFERENCE.md +95 -95
- package/assets/list.json +1 -1
- package/package.json +1 -1
- package/server.js +2 -1
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -148,7 +148,8 @@ export async function startMcp() {
|
|
|
148
148
|
RESOURCE_LIST_URI,
|
|
149
149
|
{
|
|
150
150
|
title: "HTML Bricks — package list",
|
|
151
|
-
description:
|
|
151
|
+
description:
|
|
152
|
+
"list.json from hb-bundle: full component manifest fields per package (same as manifest.json), excluding iifeIntegrity.",
|
|
152
153
|
mimeType: "application/json",
|
|
153
154
|
},
|
|
154
155
|
async () => {
|