mcp-probe-kit 3.0.19 → 3.0.22
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.
- package/README.md +12 -5
- package/build/index.js +3 -1
- package/build/lib/__tests__/agents-md-template.unit.test.js +2 -0
- package/build/lib/__tests__/memory-config.unit.test.js +9 -0
- package/build/lib/__tests__/memory-injection.unit.test.d.ts +1 -0
- package/build/lib/__tests__/memory-injection.unit.test.js +51 -0
- package/build/lib/__tests__/memory-orchestration.unit.test.d.ts +1 -0
- package/build/lib/__tests__/memory-orchestration.unit.test.js +84 -0
- package/build/lib/__tests__/memory-payload.unit.test.d.ts +1 -0
- package/build/lib/__tests__/memory-payload.unit.test.js +35 -0
- package/build/lib/agents-md-template.js +7 -5
- package/build/lib/memory-client.d.ts +8 -1
- package/build/lib/memory-client.js +53 -44
- package/build/lib/memory-config.d.ts +8 -0
- package/build/lib/memory-config.js +19 -0
- package/build/lib/memory-orchestration.d.ts +7 -2
- package/build/lib/memory-orchestration.js +81 -8
- package/build/lib/memory-payload.d.ts +21 -0
- package/build/lib/memory-payload.js +65 -0
- package/build/lib/shadcn-ui.d.ts +11 -0
- package/build/lib/shadcn-ui.js +78 -0
- package/build/resources/ui-ux-data/guidelines/vercel-web-interface.json +1632 -0
- package/build/resources/ui-ux-data/metadata.json +27 -3
- package/build/resources/ui-ux-data/shadcn/blocks.json +2541 -0
- package/build/resources/ui-ux-data/shadcn/components.json +997 -0
- package/build/resources/ui-ux-data/themes/presets.json +483 -0
- package/build/schemas/index.d.ts +38 -9
- package/build/schemas/memory-tools.d.ts +38 -9
- package/build/schemas/memory-tools.js +24 -9
- package/build/schemas/output/ui-ux-tools.d.ts +16 -0
- package/build/schemas/output/ui-ux-tools.js +4 -0
- package/build/schemas/ui-ux-schemas.js +3 -3
- package/build/tools/__tests__/start_ui.property.test.js +4 -3
- package/build/tools/index.d.ts +1 -0
- package/build/tools/index.js +1 -0
- package/build/tools/memorize_asset.js +12 -0
- package/build/tools/scan_and_extract_patterns.js +7 -7
- package/build/tools/search_memory.d.ts +7 -0
- package/build/tools/search_memory.js +57 -0
- package/build/tools/start_bugfix.js +3 -3
- package/build/tools/start_feature.js +3 -3
- package/build/tools/start_ui.js +33 -6
- package/build/tools/ui-ux-tools.js +322 -244
- package/build/utils/__tests__/shadcn-sync.unit.test.d.ts +1 -0
- package/build/utils/__tests__/shadcn-sync.unit.test.js +49 -0
- package/build/utils/__tests__/theme-pick.unit.test.d.ts +1 -0
- package/build/utils/__tests__/theme-pick.unit.test.js +9 -0
- package/build/utils/__tests__/themes-sync.unit.test.d.ts +1 -0
- package/build/utils/__tests__/themes-sync.unit.test.js +21 -0
- package/build/utils/__tests__/ui-metadata.unit.test.d.ts +1 -0
- package/build/utils/__tests__/ui-metadata.unit.test.js +35 -0
- package/build/utils/__tests__/vercel-guidelines-sync.unit.test.d.ts +1 -0
- package/build/utils/__tests__/vercel-guidelines-sync.unit.test.js +34 -0
- package/build/utils/bm25.d.ts +2 -1
- package/build/utils/bm25.js +17 -5
- package/build/utils/shadcn-sync.d.ts +55 -0
- package/build/utils/shadcn-sync.js +146 -0
- package/build/utils/themes-sync.d.ts +32 -0
- package/build/utils/themes-sync.js +201 -0
- package/build/utils/ui-data-loader.js +13 -2
- package/build/utils/ui-metadata.d.ts +27 -0
- package/build/utils/ui-metadata.js +39 -0
- package/build/utils/ui-search-engine.d.ts +1 -0
- package/build/utils/ui-search-engine.js +20 -6
- package/build/utils/ui-sync.d.ts +24 -2
- package/build/utils/ui-sync.js +152 -86
- package/build/utils/vercel-guidelines-sync.d.ts +30 -0
- package/build/utils/vercel-guidelines-sync.js +133 -0
- package/docs/data/tools.js +18 -0
- package/docs/i18n/all-tools/en.json +6 -1
- package/docs/i18n/all-tools/ja.json +2 -1
- package/docs/i18n/all-tools/ko.json +2 -1
- package/docs/i18n/all-tools/zh-CN.json +7 -2
- package/docs/i18n/en.json +5 -5
- package/docs/i18n/ja.json +2 -2
- package/docs/i18n/ko.json +2 -2
- package/docs/i18n/zh-CN.json +7 -7
- package/docs/memory-local-setup.md +1 -1
- package/docs/memory-local-setup.zh-CN.md +5 -2
- package/docs/pages/getting-started.html +3 -2
- package/package.json +2 -2
|
@@ -0,0 +1,483 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "zinc-neutral",
|
|
4
|
+
"title": "Zinc Neutral",
|
|
5
|
+
"description": "默认中性 SaaS 风格,低饱和、专业克制",
|
|
6
|
+
"style": "new-york",
|
|
7
|
+
"stack": "react",
|
|
8
|
+
"baseColor": "zinc",
|
|
9
|
+
"mood": "neutral professional",
|
|
10
|
+
"bestFor": [
|
|
11
|
+
"SaaS",
|
|
12
|
+
"B2B",
|
|
13
|
+
"Admin"
|
|
14
|
+
],
|
|
15
|
+
"cssVarsLight": {
|
|
16
|
+
"background": "0 0% 100%",
|
|
17
|
+
"foreground": "240 10% 3.9%",
|
|
18
|
+
"card": "0 0% 100%",
|
|
19
|
+
"card-foreground": "240 10% 3.9%",
|
|
20
|
+
"popover": "0 0% 100%",
|
|
21
|
+
"popover-foreground": "240 10% 3.9%",
|
|
22
|
+
"secondary": "240 4.8% 95.9%",
|
|
23
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
24
|
+
"muted": "240 4.8% 95.9%",
|
|
25
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
26
|
+
"accent": "240 4.8% 95.9%",
|
|
27
|
+
"accent-foreground": "240 5.9% 10%",
|
|
28
|
+
"destructive": "0 84.2% 60.2%",
|
|
29
|
+
"destructive-foreground": "0 0% 98%",
|
|
30
|
+
"border": "240 5.9% 90%",
|
|
31
|
+
"input": "240 5.9% 90%",
|
|
32
|
+
"ring": "240 5.9% 10%",
|
|
33
|
+
"radius": "0.5rem",
|
|
34
|
+
"primary": "240 5.9% 10%",
|
|
35
|
+
"primary-foreground": "0 0% 98%"
|
|
36
|
+
},
|
|
37
|
+
"cssVarsDark": {
|
|
38
|
+
"background": "240 10% 3.9%",
|
|
39
|
+
"foreground": "0 0% 98%",
|
|
40
|
+
"card": "240 10% 3.9%",
|
|
41
|
+
"card-foreground": "0 0% 98%",
|
|
42
|
+
"popover": "240 10% 3.9%",
|
|
43
|
+
"popover-foreground": "0 0% 98%",
|
|
44
|
+
"secondary": "240 3.7% 15.9%",
|
|
45
|
+
"secondary-foreground": "0 0% 98%",
|
|
46
|
+
"muted": "240 3.7% 15.9%",
|
|
47
|
+
"muted-foreground": "240 5% 64.9%",
|
|
48
|
+
"accent": "240 3.7% 15.9%",
|
|
49
|
+
"accent-foreground": "0 0% 98%",
|
|
50
|
+
"destructive": "0 62.8% 30.6%",
|
|
51
|
+
"destructive-foreground": "0 0% 98%",
|
|
52
|
+
"border": "240 3.7% 15.9%",
|
|
53
|
+
"input": "240 3.7% 15.9%",
|
|
54
|
+
"ring": "0 0% 98%",
|
|
55
|
+
"radius": "0.5rem",
|
|
56
|
+
"primary": "0 0% 98%",
|
|
57
|
+
"primary-foreground": "240 5.9% 10%"
|
|
58
|
+
},
|
|
59
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: zinc-neutral — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 240 5.9% 10%;\n --radius: 0.5rem;\n --primary: 240 5.9% 10%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 0 0% 98%;\n --radius: 0.5rem;\n --primary: 0 0% 98%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
60
|
+
"category": "ui-themes",
|
|
61
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "slate-dashboard",
|
|
65
|
+
"title": "Slate Dashboard",
|
|
66
|
+
"description": "偏冷灰的数据看板与分析产品",
|
|
67
|
+
"style": "new-york",
|
|
68
|
+
"stack": "react",
|
|
69
|
+
"baseColor": "slate",
|
|
70
|
+
"mood": "cool analytical",
|
|
71
|
+
"bestFor": [
|
|
72
|
+
"Analytics Dashboard",
|
|
73
|
+
"Fintech"
|
|
74
|
+
],
|
|
75
|
+
"cssVarsLight": {
|
|
76
|
+
"background": "0 0% 100%",
|
|
77
|
+
"foreground": "240 10% 3.9%",
|
|
78
|
+
"card": "0 0% 100%",
|
|
79
|
+
"card-foreground": "240 10% 3.9%",
|
|
80
|
+
"popover": "0 0% 100%",
|
|
81
|
+
"popover-foreground": "240 10% 3.9%",
|
|
82
|
+
"secondary": "240 4.8% 95.9%",
|
|
83
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
84
|
+
"muted": "240 4.8% 95.9%",
|
|
85
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
86
|
+
"accent": "240 4.8% 95.9%",
|
|
87
|
+
"accent-foreground": "240 5.9% 10%",
|
|
88
|
+
"destructive": "0 84.2% 60.2%",
|
|
89
|
+
"destructive-foreground": "0 0% 98%",
|
|
90
|
+
"border": "240 5.9% 90%",
|
|
91
|
+
"input": "240 5.9% 90%",
|
|
92
|
+
"ring": "215.4 16.3% 36.9%",
|
|
93
|
+
"radius": "0.5rem",
|
|
94
|
+
"primary": "215.4 16.3% 36.9%",
|
|
95
|
+
"primary-foreground": "0 0% 98%"
|
|
96
|
+
},
|
|
97
|
+
"cssVarsDark": {
|
|
98
|
+
"background": "240 10% 3.9%",
|
|
99
|
+
"foreground": "0 0% 98%",
|
|
100
|
+
"card": "240 10% 3.9%",
|
|
101
|
+
"card-foreground": "0 0% 98%",
|
|
102
|
+
"popover": "240 10% 3.9%",
|
|
103
|
+
"popover-foreground": "0 0% 98%",
|
|
104
|
+
"secondary": "240 3.7% 15.9%",
|
|
105
|
+
"secondary-foreground": "0 0% 98%",
|
|
106
|
+
"muted": "240 3.7% 15.9%",
|
|
107
|
+
"muted-foreground": "240 5% 64.9%",
|
|
108
|
+
"accent": "240 3.7% 15.9%",
|
|
109
|
+
"accent-foreground": "0 0% 98%",
|
|
110
|
+
"destructive": "0 62.8% 30.6%",
|
|
111
|
+
"destructive-foreground": "0 0% 98%",
|
|
112
|
+
"border": "240 3.7% 15.9%",
|
|
113
|
+
"input": "240 3.7% 15.9%",
|
|
114
|
+
"ring": "210 40% 98%",
|
|
115
|
+
"radius": "0.5rem",
|
|
116
|
+
"primary": "210 40% 98%",
|
|
117
|
+
"primary-foreground": "240 5.9% 10%"
|
|
118
|
+
},
|
|
119
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: slate-dashboard — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 215.4 16.3% 36.9%;\n --radius: 0.5rem;\n --primary: 215.4 16.3% 36.9%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 210 40% 98%;\n --radius: 0.5rem;\n --primary: 210 40% 98%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
120
|
+
"category": "ui-themes",
|
|
121
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "blue-saas",
|
|
125
|
+
"title": "Blue SaaS",
|
|
126
|
+
"description": "常见 B2B 蓝色主色,清晰可信",
|
|
127
|
+
"style": "new-york",
|
|
128
|
+
"stack": "react",
|
|
129
|
+
"baseColor": "blue",
|
|
130
|
+
"mood": "trustworthy modern",
|
|
131
|
+
"bestFor": [
|
|
132
|
+
"SaaS",
|
|
133
|
+
"B2B Service"
|
|
134
|
+
],
|
|
135
|
+
"cssVarsLight": {
|
|
136
|
+
"background": "0 0% 100%",
|
|
137
|
+
"foreground": "240 10% 3.9%",
|
|
138
|
+
"card": "0 0% 100%",
|
|
139
|
+
"card-foreground": "240 10% 3.9%",
|
|
140
|
+
"popover": "0 0% 100%",
|
|
141
|
+
"popover-foreground": "240 10% 3.9%",
|
|
142
|
+
"secondary": "240 4.8% 95.9%",
|
|
143
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
144
|
+
"muted": "240 4.8% 95.9%",
|
|
145
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
146
|
+
"accent": "240 4.8% 95.9%",
|
|
147
|
+
"accent-foreground": "240 5.9% 10%",
|
|
148
|
+
"destructive": "0 84.2% 60.2%",
|
|
149
|
+
"destructive-foreground": "0 0% 98%",
|
|
150
|
+
"border": "240 5.9% 90%",
|
|
151
|
+
"input": "240 5.9% 90%",
|
|
152
|
+
"ring": "221.2 83.2% 53.3%",
|
|
153
|
+
"radius": "0.5rem",
|
|
154
|
+
"primary": "221.2 83.2% 53.3%",
|
|
155
|
+
"primary-foreground": "0 0% 98%"
|
|
156
|
+
},
|
|
157
|
+
"cssVarsDark": {
|
|
158
|
+
"background": "240 10% 3.9%",
|
|
159
|
+
"foreground": "0 0% 98%",
|
|
160
|
+
"card": "240 10% 3.9%",
|
|
161
|
+
"card-foreground": "0 0% 98%",
|
|
162
|
+
"popover": "240 10% 3.9%",
|
|
163
|
+
"popover-foreground": "0 0% 98%",
|
|
164
|
+
"secondary": "240 3.7% 15.9%",
|
|
165
|
+
"secondary-foreground": "0 0% 98%",
|
|
166
|
+
"muted": "240 3.7% 15.9%",
|
|
167
|
+
"muted-foreground": "240 5% 64.9%",
|
|
168
|
+
"accent": "240 3.7% 15.9%",
|
|
169
|
+
"accent-foreground": "0 0% 98%",
|
|
170
|
+
"destructive": "0 62.8% 30.6%",
|
|
171
|
+
"destructive-foreground": "0 0% 98%",
|
|
172
|
+
"border": "240 3.7% 15.9%",
|
|
173
|
+
"input": "240 3.7% 15.9%",
|
|
174
|
+
"ring": "217.2 91.2% 59.8%",
|
|
175
|
+
"radius": "0.5rem",
|
|
176
|
+
"primary": "217.2 91.2% 59.8%",
|
|
177
|
+
"primary-foreground": "240 5.9% 10%"
|
|
178
|
+
},
|
|
179
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: blue-saas — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 221.2 83.2% 53.3%;\n --radius: 0.5rem;\n --primary: 221.2 83.2% 53.3%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 217.2 91.2% 59.8%;\n --radius: 0.5rem;\n --primary: 217.2 91.2% 59.8%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
180
|
+
"category": "ui-themes",
|
|
181
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "violet-creative",
|
|
185
|
+
"title": "Violet Creative",
|
|
186
|
+
"description": "偏创意工具/设计产品的紫色主色",
|
|
187
|
+
"style": "new-york",
|
|
188
|
+
"stack": "react",
|
|
189
|
+
"baseColor": "violet",
|
|
190
|
+
"mood": "creative premium",
|
|
191
|
+
"bestFor": [
|
|
192
|
+
"Creative Agency",
|
|
193
|
+
"Portfolio"
|
|
194
|
+
],
|
|
195
|
+
"cssVarsLight": {
|
|
196
|
+
"background": "0 0% 100%",
|
|
197
|
+
"foreground": "240 10% 3.9%",
|
|
198
|
+
"card": "0 0% 100%",
|
|
199
|
+
"card-foreground": "240 10% 3.9%",
|
|
200
|
+
"popover": "0 0% 100%",
|
|
201
|
+
"popover-foreground": "240 10% 3.9%",
|
|
202
|
+
"secondary": "240 4.8% 95.9%",
|
|
203
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
204
|
+
"muted": "240 4.8% 95.9%",
|
|
205
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
206
|
+
"accent": "240 4.8% 95.9%",
|
|
207
|
+
"accent-foreground": "240 5.9% 10%",
|
|
208
|
+
"destructive": "0 84.2% 60.2%",
|
|
209
|
+
"destructive-foreground": "0 0% 98%",
|
|
210
|
+
"border": "240 5.9% 90%",
|
|
211
|
+
"input": "240 5.9% 90%",
|
|
212
|
+
"ring": "262.1 83.3% 57.8%",
|
|
213
|
+
"radius": "0.5rem",
|
|
214
|
+
"primary": "262.1 83.3% 57.8%",
|
|
215
|
+
"primary-foreground": "0 0% 98%"
|
|
216
|
+
},
|
|
217
|
+
"cssVarsDark": {
|
|
218
|
+
"background": "240 10% 3.9%",
|
|
219
|
+
"foreground": "0 0% 98%",
|
|
220
|
+
"card": "240 10% 3.9%",
|
|
221
|
+
"card-foreground": "0 0% 98%",
|
|
222
|
+
"popover": "240 10% 3.9%",
|
|
223
|
+
"popover-foreground": "0 0% 98%",
|
|
224
|
+
"secondary": "240 3.7% 15.9%",
|
|
225
|
+
"secondary-foreground": "0 0% 98%",
|
|
226
|
+
"muted": "240 3.7% 15.9%",
|
|
227
|
+
"muted-foreground": "240 5% 64.9%",
|
|
228
|
+
"accent": "240 3.7% 15.9%",
|
|
229
|
+
"accent-foreground": "0 0% 98%",
|
|
230
|
+
"destructive": "0 62.8% 30.6%",
|
|
231
|
+
"destructive-foreground": "0 0% 98%",
|
|
232
|
+
"border": "240 3.7% 15.9%",
|
|
233
|
+
"input": "240 3.7% 15.9%",
|
|
234
|
+
"ring": "263.4 70% 50.4%",
|
|
235
|
+
"radius": "0.5rem",
|
|
236
|
+
"primary": "263.4 70% 50.4%",
|
|
237
|
+
"primary-foreground": "240 5.9% 10%"
|
|
238
|
+
},
|
|
239
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: violet-creative — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 262.1 83.3% 57.8%;\n --radius: 0.5rem;\n --primary: 262.1 83.3% 57.8%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 263.4 70% 50.4%;\n --radius: 0.5rem;\n --primary: 263.4 70% 50.4%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
240
|
+
"category": "ui-themes",
|
|
241
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "rose-beauty",
|
|
245
|
+
"title": "Rose Beauty",
|
|
246
|
+
"description": "美妆/生活方式产品的柔和玫瑰色",
|
|
247
|
+
"style": "new-york",
|
|
248
|
+
"stack": "react",
|
|
249
|
+
"baseColor": "rose",
|
|
250
|
+
"mood": "soft elegant",
|
|
251
|
+
"bestFor": [
|
|
252
|
+
"Beauty",
|
|
253
|
+
"E-commerce"
|
|
254
|
+
],
|
|
255
|
+
"cssVarsLight": {
|
|
256
|
+
"background": "0 0% 100%",
|
|
257
|
+
"foreground": "240 10% 3.9%",
|
|
258
|
+
"card": "0 0% 100%",
|
|
259
|
+
"card-foreground": "240 10% 3.9%",
|
|
260
|
+
"popover": "0 0% 100%",
|
|
261
|
+
"popover-foreground": "240 10% 3.9%",
|
|
262
|
+
"secondary": "240 4.8% 95.9%",
|
|
263
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
264
|
+
"muted": "240 4.8% 95.9%",
|
|
265
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
266
|
+
"accent": "240 4.8% 95.9%",
|
|
267
|
+
"accent-foreground": "240 5.9% 10%",
|
|
268
|
+
"destructive": "0 84.2% 60.2%",
|
|
269
|
+
"destructive-foreground": "0 0% 98%",
|
|
270
|
+
"border": "240 5.9% 90%",
|
|
271
|
+
"input": "240 5.9% 90%",
|
|
272
|
+
"ring": "346.8 77.2% 49.8%",
|
|
273
|
+
"radius": "0.5rem",
|
|
274
|
+
"primary": "346.8 77.2% 49.8%",
|
|
275
|
+
"primary-foreground": "0 0% 98%"
|
|
276
|
+
},
|
|
277
|
+
"cssVarsDark": {
|
|
278
|
+
"background": "240 10% 3.9%",
|
|
279
|
+
"foreground": "0 0% 98%",
|
|
280
|
+
"card": "240 10% 3.9%",
|
|
281
|
+
"card-foreground": "0 0% 98%",
|
|
282
|
+
"popover": "240 10% 3.9%",
|
|
283
|
+
"popover-foreground": "0 0% 98%",
|
|
284
|
+
"secondary": "240 3.7% 15.9%",
|
|
285
|
+
"secondary-foreground": "0 0% 98%",
|
|
286
|
+
"muted": "240 3.7% 15.9%",
|
|
287
|
+
"muted-foreground": "240 5% 64.9%",
|
|
288
|
+
"accent": "240 3.7% 15.9%",
|
|
289
|
+
"accent-foreground": "0 0% 98%",
|
|
290
|
+
"destructive": "0 62.8% 30.6%",
|
|
291
|
+
"destructive-foreground": "0 0% 98%",
|
|
292
|
+
"border": "240 3.7% 15.9%",
|
|
293
|
+
"input": "240 3.7% 15.9%",
|
|
294
|
+
"ring": "346.8 77.2% 49.8%",
|
|
295
|
+
"radius": "0.5rem",
|
|
296
|
+
"primary": "346.8 77.2% 49.8%",
|
|
297
|
+
"primary-foreground": "240 5.9% 10%"
|
|
298
|
+
},
|
|
299
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: rose-beauty — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 346.8 77.2% 49.8%;\n --radius: 0.5rem;\n --primary: 346.8 77.2% 49.8%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 346.8 77.2% 49.8%;\n --radius: 0.5rem;\n --primary: 346.8 77.2% 49.8%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
300
|
+
"category": "ui-themes",
|
|
301
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "green-health",
|
|
305
|
+
"title": "Green Health",
|
|
306
|
+
"description": "医疗/健康类产品的绿色主色",
|
|
307
|
+
"style": "new-york",
|
|
308
|
+
"stack": "react",
|
|
309
|
+
"baseColor": "green",
|
|
310
|
+
"mood": "calm trustworthy",
|
|
311
|
+
"bestFor": [
|
|
312
|
+
"Healthcare App",
|
|
313
|
+
"Educational App"
|
|
314
|
+
],
|
|
315
|
+
"cssVarsLight": {
|
|
316
|
+
"background": "0 0% 100%",
|
|
317
|
+
"foreground": "240 10% 3.9%",
|
|
318
|
+
"card": "0 0% 100%",
|
|
319
|
+
"card-foreground": "240 10% 3.9%",
|
|
320
|
+
"popover": "0 0% 100%",
|
|
321
|
+
"popover-foreground": "240 10% 3.9%",
|
|
322
|
+
"secondary": "240 4.8% 95.9%",
|
|
323
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
324
|
+
"muted": "240 4.8% 95.9%",
|
|
325
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
326
|
+
"accent": "240 4.8% 95.9%",
|
|
327
|
+
"accent-foreground": "240 5.9% 10%",
|
|
328
|
+
"destructive": "0 84.2% 60.2%",
|
|
329
|
+
"destructive-foreground": "0 0% 98%",
|
|
330
|
+
"border": "240 5.9% 90%",
|
|
331
|
+
"input": "240 5.9% 90%",
|
|
332
|
+
"ring": "142.1 76.2% 36.3%",
|
|
333
|
+
"radius": "0.5rem",
|
|
334
|
+
"primary": "142.1 76.2% 36.3%",
|
|
335
|
+
"primary-foreground": "0 0% 98%"
|
|
336
|
+
},
|
|
337
|
+
"cssVarsDark": {
|
|
338
|
+
"background": "240 10% 3.9%",
|
|
339
|
+
"foreground": "0 0% 98%",
|
|
340
|
+
"card": "240 10% 3.9%",
|
|
341
|
+
"card-foreground": "0 0% 98%",
|
|
342
|
+
"popover": "240 10% 3.9%",
|
|
343
|
+
"popover-foreground": "0 0% 98%",
|
|
344
|
+
"secondary": "240 3.7% 15.9%",
|
|
345
|
+
"secondary-foreground": "0 0% 98%",
|
|
346
|
+
"muted": "240 3.7% 15.9%",
|
|
347
|
+
"muted-foreground": "240 5% 64.9%",
|
|
348
|
+
"accent": "240 3.7% 15.9%",
|
|
349
|
+
"accent-foreground": "0 0% 98%",
|
|
350
|
+
"destructive": "0 62.8% 30.6%",
|
|
351
|
+
"destructive-foreground": "0 0% 98%",
|
|
352
|
+
"border": "240 3.7% 15.9%",
|
|
353
|
+
"input": "240 3.7% 15.9%",
|
|
354
|
+
"ring": "142.1 70.6% 45.3%",
|
|
355
|
+
"radius": "0.5rem",
|
|
356
|
+
"primary": "142.1 70.6% 45.3%",
|
|
357
|
+
"primary-foreground": "240 5.9% 10%"
|
|
358
|
+
},
|
|
359
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: green-health — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 142.1 76.2% 36.3%;\n --radius: 0.5rem;\n --primary: 142.1 76.2% 36.3%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 142.1 70.6% 45.3%;\n --radius: 0.5rem;\n --primary: 142.1 70.6% 45.3%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
360
|
+
"category": "ui-themes",
|
|
361
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "orange-energy",
|
|
365
|
+
"title": "Orange Energy",
|
|
366
|
+
"description": "活动/增长类产品的橙色主色",
|
|
367
|
+
"style": "new-york",
|
|
368
|
+
"stack": "react",
|
|
369
|
+
"baseColor": "orange",
|
|
370
|
+
"mood": "energetic friendly",
|
|
371
|
+
"bestFor": [
|
|
372
|
+
"Social Media App",
|
|
373
|
+
"Government/Public Service"
|
|
374
|
+
],
|
|
375
|
+
"cssVarsLight": {
|
|
376
|
+
"background": "0 0% 100%",
|
|
377
|
+
"foreground": "240 10% 3.9%",
|
|
378
|
+
"card": "0 0% 100%",
|
|
379
|
+
"card-foreground": "240 10% 3.9%",
|
|
380
|
+
"popover": "0 0% 100%",
|
|
381
|
+
"popover-foreground": "240 10% 3.9%",
|
|
382
|
+
"secondary": "240 4.8% 95.9%",
|
|
383
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
384
|
+
"muted": "240 4.8% 95.9%",
|
|
385
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
386
|
+
"accent": "240 4.8% 95.9%",
|
|
387
|
+
"accent-foreground": "240 5.9% 10%",
|
|
388
|
+
"destructive": "0 84.2% 60.2%",
|
|
389
|
+
"destructive-foreground": "0 0% 98%",
|
|
390
|
+
"border": "240 5.9% 90%",
|
|
391
|
+
"input": "240 5.9% 90%",
|
|
392
|
+
"ring": "24.6 95% 53.1%",
|
|
393
|
+
"radius": "0.5rem",
|
|
394
|
+
"primary": "24.6 95% 53.1%",
|
|
395
|
+
"primary-foreground": "0 0% 98%"
|
|
396
|
+
},
|
|
397
|
+
"cssVarsDark": {
|
|
398
|
+
"background": "240 10% 3.9%",
|
|
399
|
+
"foreground": "0 0% 98%",
|
|
400
|
+
"card": "240 10% 3.9%",
|
|
401
|
+
"card-foreground": "0 0% 98%",
|
|
402
|
+
"popover": "240 10% 3.9%",
|
|
403
|
+
"popover-foreground": "0 0% 98%",
|
|
404
|
+
"secondary": "240 3.7% 15.9%",
|
|
405
|
+
"secondary-foreground": "0 0% 98%",
|
|
406
|
+
"muted": "240 3.7% 15.9%",
|
|
407
|
+
"muted-foreground": "240 5% 64.9%",
|
|
408
|
+
"accent": "240 3.7% 15.9%",
|
|
409
|
+
"accent-foreground": "0 0% 98%",
|
|
410
|
+
"destructive": "0 62.8% 30.6%",
|
|
411
|
+
"destructive-foreground": "0 0% 98%",
|
|
412
|
+
"border": "240 3.7% 15.9%",
|
|
413
|
+
"input": "240 3.7% 15.9%",
|
|
414
|
+
"ring": "20.5 90.2% 48.2%",
|
|
415
|
+
"radius": "0.5rem",
|
|
416
|
+
"primary": "20.5 90.2% 48.2%",
|
|
417
|
+
"primary-foreground": "240 5.9% 10%"
|
|
418
|
+
},
|
|
419
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: orange-energy — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 24.6 95% 53.1%;\n --radius: 0.5rem;\n --primary: 24.6 95% 53.1%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 20.5 90.2% 48.2%;\n --radius: 0.5rem;\n --primary: 20.5 90.2% 48.2%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
420
|
+
"category": "ui-themes",
|
|
421
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "stone-editorial",
|
|
425
|
+
"title": "Stone Editorial",
|
|
426
|
+
"description": "内容/媒体站点常用的暖灰 editorial 感",
|
|
427
|
+
"style": "new-york",
|
|
428
|
+
"stack": "react",
|
|
429
|
+
"baseColor": "stone",
|
|
430
|
+
"mood": "editorial warm",
|
|
431
|
+
"bestFor": [
|
|
432
|
+
"Portfolio/Personal",
|
|
433
|
+
"Educational App"
|
|
434
|
+
],
|
|
435
|
+
"cssVarsLight": {
|
|
436
|
+
"background": "0 0% 100%",
|
|
437
|
+
"foreground": "240 10% 3.9%",
|
|
438
|
+
"card": "0 0% 100%",
|
|
439
|
+
"card-foreground": "240 10% 3.9%",
|
|
440
|
+
"popover": "0 0% 100%",
|
|
441
|
+
"popover-foreground": "240 10% 3.9%",
|
|
442
|
+
"secondary": "240 4.8% 95.9%",
|
|
443
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
444
|
+
"muted": "240 4.8% 95.9%",
|
|
445
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
446
|
+
"accent": "240 4.8% 95.9%",
|
|
447
|
+
"accent-foreground": "240 5.9% 10%",
|
|
448
|
+
"destructive": "0 84.2% 60.2%",
|
|
449
|
+
"destructive-foreground": "0 0% 98%",
|
|
450
|
+
"border": "240 5.9% 90%",
|
|
451
|
+
"input": "240 5.9% 90%",
|
|
452
|
+
"ring": "25 5.3% 24.7%",
|
|
453
|
+
"radius": "0.5rem",
|
|
454
|
+
"primary": "25 5.3% 24.7%",
|
|
455
|
+
"primary-foreground": "0 0% 98%"
|
|
456
|
+
},
|
|
457
|
+
"cssVarsDark": {
|
|
458
|
+
"background": "240 10% 3.9%",
|
|
459
|
+
"foreground": "0 0% 98%",
|
|
460
|
+
"card": "240 10% 3.9%",
|
|
461
|
+
"card-foreground": "0 0% 98%",
|
|
462
|
+
"popover": "240 10% 3.9%",
|
|
463
|
+
"popover-foreground": "0 0% 98%",
|
|
464
|
+
"secondary": "240 3.7% 15.9%",
|
|
465
|
+
"secondary-foreground": "0 0% 98%",
|
|
466
|
+
"muted": "240 3.7% 15.9%",
|
|
467
|
+
"muted-foreground": "240 5% 64.9%",
|
|
468
|
+
"accent": "240 3.7% 15.9%",
|
|
469
|
+
"accent-foreground": "0 0% 98%",
|
|
470
|
+
"destructive": "0 62.8% 30.6%",
|
|
471
|
+
"destructive-foreground": "0 0% 98%",
|
|
472
|
+
"border": "240 3.7% 15.9%",
|
|
473
|
+
"input": "240 3.7% 15.9%",
|
|
474
|
+
"ring": "60 9.1% 97.8%",
|
|
475
|
+
"radius": "0.5rem",
|
|
476
|
+
"primary": "60 9.1% 97.8%",
|
|
477
|
+
"primary-foreground": "240 5.9% 10%"
|
|
478
|
+
},
|
|
479
|
+
"globalsCssSnippet": "@layer base {\n /* Theme: stone-editorial — paste into globals.css */\n :root {\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 5.9% 90%;\n --input: 240 5.9% 90%;\n --ring: 25 5.3% 24.7%;\n --radius: 0.5rem;\n --primary: 25 5.3% 24.7%;\n --primary-foreground: 0 0% 98%;\n }\n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --accent: 240 3.7% 15.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 3.7% 15.9%;\n --ring: 60 9.1% 97.8%;\n --radius: 0.5rem;\n --primary: 60 9.1% 97.8%;\n --primary-foreground: 240 5.9% 10%;\n }\n}",
|
|
480
|
+
"category": "ui-themes",
|
|
481
|
+
"source": "mcp-probe-kit-curated-shadcn"
|
|
482
|
+
}
|
|
483
|
+
]
|
package/build/schemas/index.d.ts
CHANGED
|
@@ -688,6 +688,35 @@ export declare const allToolSchemas: ({
|
|
|
688
688
|
};
|
|
689
689
|
required: never[];
|
|
690
690
|
};
|
|
691
|
+
} | {
|
|
692
|
+
readonly name: "search_memory";
|
|
693
|
+
readonly description: "按语义检索共享记忆库。适合在 start_* 之外主动查找历史 Bug 修复或可复用模式;命中后用 read_memory_asset 读取全文。";
|
|
694
|
+
readonly inputSchema: {
|
|
695
|
+
readonly type: "object";
|
|
696
|
+
readonly properties: {
|
|
697
|
+
readonly query: {
|
|
698
|
+
readonly type: "string";
|
|
699
|
+
readonly description: "检索 query(现象、报错、关键词、功能描述等)";
|
|
700
|
+
};
|
|
701
|
+
readonly type: {
|
|
702
|
+
readonly type: "string";
|
|
703
|
+
readonly description: "优先匹配的资产类型,如 bugfix、pattern、component";
|
|
704
|
+
};
|
|
705
|
+
readonly tags: {
|
|
706
|
+
readonly type: "array";
|
|
707
|
+
readonly items: {
|
|
708
|
+
readonly type: "string";
|
|
709
|
+
};
|
|
710
|
+
readonly description: "优先匹配的标签";
|
|
711
|
+
};
|
|
712
|
+
readonly limit: {
|
|
713
|
+
readonly type: "number";
|
|
714
|
+
readonly description: "返回条数,默认 MEMORY_SEARCH_LIMIT";
|
|
715
|
+
};
|
|
716
|
+
};
|
|
717
|
+
readonly required: readonly ["query"];
|
|
718
|
+
readonly additionalProperties: true;
|
|
719
|
+
};
|
|
691
720
|
} | {
|
|
692
721
|
readonly name: "read_memory_asset";
|
|
693
722
|
readonly description: "当编排阶段已检索到记忆摘要,且 AI 需要查看完整沉淀代码或详细规范时使用。根据 asset_id 读取记忆资产详情。";
|
|
@@ -704,7 +733,7 @@ export declare const allToolSchemas: ({
|
|
|
704
733
|
};
|
|
705
734
|
} | {
|
|
706
735
|
readonly name: "memorize_asset";
|
|
707
|
-
readonly description: "
|
|
736
|
+
readonly description: "沉淀可检索资产到共享记忆库。Bug 修复后必须 type=bugfix,content 含【现象】【根因】【修复】【验证】。跨仓库共享时勿填 source_project/source_path,路径写入 content 即可。";
|
|
708
737
|
readonly inputSchema: {
|
|
709
738
|
readonly type: "object";
|
|
710
739
|
readonly properties: {
|
|
@@ -714,7 +743,7 @@ export declare const allToolSchemas: ({
|
|
|
714
743
|
};
|
|
715
744
|
readonly type: {
|
|
716
745
|
readonly type: "string";
|
|
717
|
-
readonly description: "
|
|
746
|
+
readonly description: "资产类型:bugfix / pattern / component / code 等";
|
|
718
747
|
};
|
|
719
748
|
readonly description: {
|
|
720
749
|
readonly type: "string";
|
|
@@ -722,11 +751,11 @@ export declare const allToolSchemas: ({
|
|
|
722
751
|
};
|
|
723
752
|
readonly summary: {
|
|
724
753
|
readonly type: "string";
|
|
725
|
-
readonly description: "
|
|
754
|
+
readonly description: "检索用一句话摘要(关键词 + 根因/要点)";
|
|
726
755
|
};
|
|
727
756
|
readonly content: {
|
|
728
757
|
readonly type: "string";
|
|
729
|
-
readonly description: "
|
|
758
|
+
readonly description: "完整内容(bugfix 建议结构化四段)";
|
|
730
759
|
};
|
|
731
760
|
readonly code_snippet: {
|
|
732
761
|
readonly type: "string";
|
|
@@ -734,15 +763,15 @@ export declare const allToolSchemas: ({
|
|
|
734
763
|
};
|
|
735
764
|
readonly file_path: {
|
|
736
765
|
readonly type: "string";
|
|
737
|
-
readonly description: "
|
|
766
|
+
readonly description: "已废弃:勿用于跨仓库沉淀,路径写入 content";
|
|
738
767
|
};
|
|
739
768
|
readonly source_project: {
|
|
740
769
|
readonly type: "string";
|
|
741
|
-
readonly description: "
|
|
770
|
+
readonly description: "已废弃:仅同仓库追溯时可选";
|
|
742
771
|
};
|
|
743
772
|
readonly source_path: {
|
|
744
773
|
readonly type: "string";
|
|
745
|
-
readonly description: "
|
|
774
|
+
readonly description: "已废弃:仅同仓库追溯时可选";
|
|
746
775
|
};
|
|
747
776
|
readonly usage: {
|
|
748
777
|
readonly type: "string";
|
|
@@ -757,7 +786,7 @@ export declare const allToolSchemas: ({
|
|
|
757
786
|
readonly items: {
|
|
758
787
|
readonly type: "string";
|
|
759
788
|
};
|
|
760
|
-
readonly description: "
|
|
789
|
+
readonly description: "标签列表,如 bugfix, root-cause";
|
|
761
790
|
};
|
|
762
791
|
};
|
|
763
792
|
readonly required: readonly ["name", "description", "summary"];
|
|
@@ -779,7 +808,7 @@ export declare const allToolSchemas: ({
|
|
|
779
808
|
};
|
|
780
809
|
readonly project_name: {
|
|
781
810
|
readonly type: "string";
|
|
782
|
-
readonly description: "
|
|
811
|
+
readonly description: "已废弃,扫描结果不再写入 source_project";
|
|
783
812
|
};
|
|
784
813
|
readonly directory_path: {
|
|
785
814
|
readonly type: "string";
|