@redsift/ds-mcp-server 12.5.3-alpha.1 → 12.5.3-alpha.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.
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "name": "Red Sift Design System",
4
4
  "version": "12.3.0",
5
- "generated": "2026-04-23T14:28:21.556Z",
5
+ "generated": "2026-04-28T12:45:40.299Z",
6
6
  "repository": "https://github.com/redsift/design-system",
7
7
  "documentation": "https://design-system.redsift.io",
8
8
  "packages": [
@@ -3,7 +3,7 @@
3
3
  This file contains comprehensive documentation for all components in the Red Sift Design System.
4
4
  It is optimized for LLM consumption and includes props, types, defaults, and usage examples.
5
5
 
6
- Generated: 2026-04-23T14:28:21.541Z
6
+ Generated: 2026-04-28T12:45:40.290Z
7
7
  Total Components: 228
8
8
 
9
9
  ---
@@ -1,4 +1,4 @@
1
1
  {
2
- "generatedAt": "2026-04-28T10:21:55.094Z",
3
- "commitSha": "718509e57d7a4e696a6735bce3db7539f74854a4"
2
+ "generatedAt": "2026-04-28T16:54:04.605Z",
3
+ "commitSha": "94a0d7a7f2af0038291927036e981950a7f6144f"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redsift/ds-mcp-server",
3
- "version": "12.5.3-alpha.1",
3
+ "version": "12.5.3-alpha.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "MCP server for the Red Sift Design System — provides component lookup, prop documentation, and code generation tools for AI assistants.",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "restricted"
37
37
  },
38
- "gitHead": "718509e57d7a4e696a6735bce3db7539f74854a4"
38
+ "gitHead": "94a0d7a7f2af0038291927036e981950a7f6144f"
39
39
  }