@actioneer/ads-mcp 0.1.0 → 0.2.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "ADS MCP server — lets an agent in Claude Code / Cursor discover and import the Actioneer Design System through the same flow it uses for shadcn, always pointing at the canonical @actioneer/ads package (never a fork or deep import).",
5
5
  "type": "module",
6
6
  "bin": {
@@ -21,8 +21,8 @@
21
21
  "test": "node --test"
22
22
  },
23
23
  "dependencies": {
24
- "@actioneer/ads-lint": "^0.1.0",
25
- "@actioneer/ads-manifest": "^0.1.0"
24
+ "@actioneer/ads-lint": "^0.2.0",
25
+ "@actioneer/ads-manifest": "^0.2.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@actioneer/ads": "*",