@db-ux/mcp-server 4.7.1 → 4.7.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23596,7 +23596,7 @@ var EMPTY_COMPLETION_RESULT = {
23596
23596
  // package.json
23597
23597
  var package_default = {
23598
23598
  name: "@db-ux/mcp-server",
23599
- version: "4.7.1",
23599
+ version: "4.7.2",
23600
23600
  type: "module",
23601
23601
  description: "MCP server for DB UX Design System \u2013 gives LLMs access to UI components and code examples",
23602
23602
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/mcp-server",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "type": "module",
5
5
  "description": "MCP server for DB UX Design System – gives LLMs access to UI components and code examples",
6
6
  "repository": {