@microbuild/mcp 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6298,12 +6298,12 @@ function loadRegistry() {
6298
6298
  },
6299
6299
  {
6300
6300
  "name": "rich-text-html",
6301
- "title": "RichTextHtml",
6301
+ "title": "RichTextHTML",
6302
6302
  "description": "WYSIWYG HTML editor powered by TipTap",
6303
6303
  "category": "rich-text",
6304
6304
  "files": [
6305
6305
  {
6306
- "source": "ui-interfaces/src/rich-text-html/RichTextHtml.tsx",
6306
+ "source": "ui-interfaces/src/rich-text-html/RichTextHTML.tsx",
6307
6307
  "target": "components/ui/rich-text-html.tsx"
6308
6308
  },
6309
6309
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microbuild/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Model Context Protocol server for Microbuild components - enables AI agents to discover and use Microbuild packages",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",