myoperator-mcp 0.2.284 → 0.2.286

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2968,7 +2968,7 @@ function EmptyState({
2968
2968
  {title}
2969
2969
  </p>
2970
2970
  {description && (
2971
- <p className="m-0 text-sm text-semantic-text-muted max-w-xs">
2971
+ <p className="m-0 text-sm text-semantic-text-muted">
2972
2972
  {description}
2973
2973
  </p>
2974
2974
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-mcp",
3
- "version": "0.2.284",
3
+ "version": "0.2.286",
4
4
  "description": "MCP server for myOperator UI components - enables AI assistants to access component metadata, examples, and design tokens",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",