@synergy-design-system/mcp 3.4.0 → 3.5.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/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Released on: 2026-05-06
8
+
9
+ chore: ✨ Update Metadata and MCP with latest metadata
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`de1f21e`](https://github.com/synergy-design-system/synergy-design-system/commit/de1f21e46ac3092e8bd3a1911e1284936b3354cf)]:
14
+ - @synergy-design-system/metadata@3.5.0
15
+
3
16
  ## 3.4.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@modelcontextprotocol/sdk": "^1.29.0",
11
11
  "zod": "^4.3.6",
12
- "@synergy-design-system/metadata": "3.4.0"
12
+ "@synergy-design-system/metadata": "3.5.0"
13
13
  },
14
14
  "description": "MCP Server for the Synergy Design System",
15
15
  "devDependencies": {
@@ -56,7 +56,7 @@
56
56
  "directory": "packages/mcp"
57
57
  },
58
58
  "type": "module",
59
- "version": "3.4.0",
59
+ "version": "3.5.0",
60
60
  "scripts": {
61
61
  "debug": "npx @modelcontextprotocol/inspector",
62
62
  "build": "pnpm run clean && tsc",