@actioneer/ads-mcp 0.5.5 → 0.5.6

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/manifest.json +23 -4
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "importPath": "@actioneer/ads",
5
5
  "styleImport": "@import \"@actioneer/ads/styles.css\";",
6
6
  "families": [
@@ -16,9 +16,9 @@
16
16
  "Chat"
17
17
  ],
18
18
  "counts": {
19
- "total": 782,
20
- "component": 352,
21
- "type": 342,
19
+ "total": 784,
20
+ "component": 353,
21
+ "type": 343,
22
22
  "hook": 10,
23
23
  "util": 78
24
24
  },
@@ -7649,6 +7649,16 @@
7649
7649
  "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export.",
7650
7650
  "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
7651
7651
  },
7652
+ {
7653
+ "name": "FollowUpQuestion",
7654
+ "family": "Chat",
7655
+ "kind": "component",
7656
+ "importPath": "@actioneer/ads",
7657
+ "module": "follow-up-suggestions",
7658
+ "vendored": true,
7659
+ "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export.",
7660
+ "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
7661
+ },
7652
7662
  {
7653
7663
  "name": "FollowUpSuggestion",
7654
7664
  "family": "Chat",
@@ -8184,6 +8194,15 @@
8184
8194
  "vendored": true,
8185
8195
  "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
8186
8196
  },
8197
+ {
8198
+ "name": "FollowUpQuestionProps",
8199
+ "family": "Chat",
8200
+ "kind": "type",
8201
+ "importPath": "@actioneer/ads",
8202
+ "module": "follow-up-suggestions",
8203
+ "vendored": true,
8204
+ "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
8205
+ },
8187
8206
  {
8188
8207
  "name": "FollowUpSuggestionProps",
8189
8208
  "family": "Chat",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads-mcp",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "ADS MCP server: lets an agent in Claude Code / Cursor discover and import the Actioneer Design System",
5
5
  "type": "module",
6
6
  "bin": {