@atomixstudio/mcp 0.1.0 → 1.0.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.
@@ -1,73 +0,0 @@
1
- {
2
- "tenantId": "default",
3
- "createdAt": "2025-12-13T12:00:00.000Z",
4
- "updatedAt": "2025-12-16T12:00:00.000Z",
5
-
6
- "governance": {
7
- "semanticOnlyConsumption": true,
8
- "blockPrimitiveTokens": true,
9
- "blockHardcodedValues": true,
10
- "requireFoundationsFirst": true,
11
-
12
- "violationResponse": {
13
- "action": "block_and_suggest",
14
- "options": [
15
- "Add token to Foundations first, then consume it",
16
- "Use an existing semantic token from the available options",
17
- "Defer this feature until a proper semantic token exists"
18
- ]
19
- },
20
-
21
- "allowedTokenCategories": [
22
- "SEMANTIC_TEXT_COLOR_OPTIONS",
23
- "SEMANTIC_BACKGROUND_COLOR_OPTIONS",
24
- "SEMANTIC_ACTION_COLOR_OPTIONS",
25
- "SEMANTIC_BORDER_COLOR_OPTIONS",
26
- "SEMANTIC_ON_COLOR_OPTIONS"
27
- ],
28
-
29
- "forbiddenPatterns": [
30
- "static-*",
31
- "scales.*",
32
- "#[0-9A-Fa-f]{3,8}",
33
- "rgb\\(",
34
- "rgba\\(",
35
- "hsl\\(",
36
- "\\d+px",
37
- "\\d+rem"
38
- ]
39
- },
40
-
41
- "componentDefaults": {
42
- "button": {
43
- "variants": {
44
- "inverse": {
45
- "_status": "blocked",
46
- "_reason": "Uses primitive token 'static-black'. Requires 'action-inverse' in Foundations.",
47
- "_suggestedAction": "Add 'action-inverse' to Foundations, then update bgColor to 'action-inverse'",
48
- "bgColor": "action-inverse",
49
- "textColor": "text-brand",
50
- "interaction": "subtle"
51
- }
52
- }
53
- }
54
- },
55
-
56
- "lockedTokens": [
57
- "button.variants.primary.bgColor",
58
- "card.variants.*.shadow"
59
- ],
60
-
61
- "tokenOverrides": {},
62
-
63
- "pendingFoundationRequests": [
64
- {
65
- "tokenId": "action-inverse",
66
- "category": "colors.modes.*.actionInverse",
67
- "requestedBy": "AI variant creation",
68
- "requestedFor": "button.variants.inverse.bgColor",
69
- "suggestedValue": "scales.neutral[100] (black)",
70
- "status": "pending_human_approval"
71
- }
72
- ]
73
- }