@movable/ui 3.15.0 → 3.16.0-alpha.0

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,6 +65,10 @@ yarn add @movable/ui@3.4.1-alpha.0
65
65
 
66
66
  View all available versions at: https://www.npmjs.com/package/@movable/ui?activeTab=versions
67
67
 
68
+ ## MCP Server
69
+
70
+ This repo includes an MCP (Model Context Protocol) server that exposes component information to AI assistants like Claude Code. See [mcp-server/README.md](./mcp-server/README.md) for setup instructions.
71
+
68
72
  ## Conventional Commits
69
73
 
70
74
  This repo has [conventional-commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) We lint for this both pre-commit and on PR actions. It is **required** and will not pass without it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "3.15.0",
3
+ "version": "3.16.0-alpha.0",
4
4
  "description": "Movable Ink's shared MUI components and MUI theme for our vite applications",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "lib/index.d.ts",