@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/mcp",
3
- "version": "0.66.10",
3
+ "version": "0.66.11",
4
4
  "private": false,
5
5
  "description": "MCP server with HTML Bricks (hb-*) web component catalog resources and tools for agentic IDEs.",
6
6
  "type": "module",
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: "list.json from hb-bundle: component metadata, versions, tags, IIFE paths.",
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 () => {