@supericons/mcp 0.4.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.
- package/CHANGELOG.md +78 -0
- package/auth.js +69 -0
- package/converter.js +8 -0
- package/generated/mcp-output-locales.json +12436 -0
- package/generated/motion-lab-baseline.json +886 -0
- package/hosted-search-client.js +198 -0
- package/index.js +1240 -0
- package/material-export.js +174 -0
- package/mcp-output-localization.js +132 -0
- package/motion-lab-client.js +347 -0
- package/motion-lab.js +21 -0
- package/package.json +63 -0
- package/public/cjk-search-terms.json +63474 -0
- package/public/multilingual-search-aliases.json +4307 -0
- package/public/product-facts.json +25 -0
- package/recommend-icons.js +707 -0
- package/remote-server.js +465 -0
- package/runtime/cjk-search-core.js +82 -0
- package/runtime/converter-workflow.js +593 -0
- package/runtime/generated-search-intent-rules.js +1190 -0
- package/runtime/icon-semantic-aliases.js +330 -0
- package/runtime/icon-taxonomy-seed.js +461 -0
- package/runtime/public-metadata-sanitizer.js +171 -0
- package/runtime/search-intent-core.js +130 -0
- package/search.js +375 -0
- package/semantic-registry.js +212 -0
- package/server.json +27 -0
- package/telemetry.js +85 -0
- package/variant-support.js +236 -0
- package/workflow-access.js +65 -0
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
export const ICON_SEMANTIC_ALIASES = {
|
|
2
|
+
'lucide:cpu': [
|
|
3
|
+
'quota',
|
|
4
|
+
'quotas',
|
|
5
|
+
'compute quota',
|
|
6
|
+
'gpu quota',
|
|
7
|
+
'resource quota',
|
|
8
|
+
'compute allocation',
|
|
9
|
+
'inference compute',
|
|
10
|
+
'processor usage',
|
|
11
|
+
],
|
|
12
|
+
'lucide:brain': [
|
|
13
|
+
'ai model',
|
|
14
|
+
'reasoning engine',
|
|
15
|
+
'model reasoning',
|
|
16
|
+
'ai reasoning',
|
|
17
|
+
'knowledge model',
|
|
18
|
+
'llm',
|
|
19
|
+
'large language model',
|
|
20
|
+
'foundation model',
|
|
21
|
+
'base model',
|
|
22
|
+
'pretrained model',
|
|
23
|
+
'model family',
|
|
24
|
+
],
|
|
25
|
+
'lucide:network': [
|
|
26
|
+
'knowledge graph',
|
|
27
|
+
'graphrag',
|
|
28
|
+
'graph rag',
|
|
29
|
+
'multi agent',
|
|
30
|
+
'multi-agent',
|
|
31
|
+
'agent mesh',
|
|
32
|
+
'connected services',
|
|
33
|
+
'distributed',
|
|
34
|
+
'distributed system',
|
|
35
|
+
'interconnected',
|
|
36
|
+
'nodes',
|
|
37
|
+
'node network',
|
|
38
|
+
'mesh network',
|
|
39
|
+
'decentralized',
|
|
40
|
+
],
|
|
41
|
+
'lucide:workflow': [
|
|
42
|
+
'langgraph',
|
|
43
|
+
'langchain',
|
|
44
|
+
'orchestration',
|
|
45
|
+
'agent flow',
|
|
46
|
+
'chain execution',
|
|
47
|
+
'workflow builder',
|
|
48
|
+
'pipeline orchestration',
|
|
49
|
+
],
|
|
50
|
+
'lucide:brain-circuit': [
|
|
51
|
+
'ai drifting',
|
|
52
|
+
'model drift',
|
|
53
|
+
'concept drift',
|
|
54
|
+
'distribution shift',
|
|
55
|
+
'prediction drift',
|
|
56
|
+
'model behavior shift',
|
|
57
|
+
'drifting model',
|
|
58
|
+
],
|
|
59
|
+
'tabler:brain': [
|
|
60
|
+
'ai drift',
|
|
61
|
+
'drifting ai',
|
|
62
|
+
'model drift warning',
|
|
63
|
+
'concept shift',
|
|
64
|
+
'model behavior drift',
|
|
65
|
+
],
|
|
66
|
+
'lucide:shuffle': [
|
|
67
|
+
'semantic search',
|
|
68
|
+
'vector search',
|
|
69
|
+
'similarity search',
|
|
70
|
+
'rag retrieval',
|
|
71
|
+
'approximate nearest neighbor',
|
|
72
|
+
'ann search',
|
|
73
|
+
'find similar',
|
|
74
|
+
'sampling',
|
|
75
|
+
'temperature sampling',
|
|
76
|
+
'random sampling',
|
|
77
|
+
],
|
|
78
|
+
'lucide:eye': [
|
|
79
|
+
'observability',
|
|
80
|
+
'trace viewer',
|
|
81
|
+
'prompt trace',
|
|
82
|
+
'model trace',
|
|
83
|
+
'span trace',
|
|
84
|
+
'inspect model',
|
|
85
|
+
'tracing',
|
|
86
|
+
'distributed tracing',
|
|
87
|
+
'call trace',
|
|
88
|
+
'audit trace',
|
|
89
|
+
],
|
|
90
|
+
'lucide:activity': [
|
|
91
|
+
'live metrics',
|
|
92
|
+
'token throughput',
|
|
93
|
+
'requests per second',
|
|
94
|
+
'system pulse',
|
|
95
|
+
'real time metrics',
|
|
96
|
+
'realtime metrics',
|
|
97
|
+
'workload',
|
|
98
|
+
'system load',
|
|
99
|
+
'request volume',
|
|
100
|
+
'performance',
|
|
101
|
+
'performance metrics',
|
|
102
|
+
'throughput',
|
|
103
|
+
'benchmark',
|
|
104
|
+
],
|
|
105
|
+
'lucide:trending-up': [
|
|
106
|
+
'usage growth',
|
|
107
|
+
'performance trend',
|
|
108
|
+
'accuracy trend',
|
|
109
|
+
'cost trend',
|
|
110
|
+
'trend line',
|
|
111
|
+
],
|
|
112
|
+
'heroicons:circle-stack': [
|
|
113
|
+
'vector database',
|
|
114
|
+
'vector db',
|
|
115
|
+
'embeddings store',
|
|
116
|
+
'knowledge base',
|
|
117
|
+
'indexed documents',
|
|
118
|
+
],
|
|
119
|
+
'heroicons:signal': [
|
|
120
|
+
'token stream',
|
|
121
|
+
'streaming output',
|
|
122
|
+
'live stream',
|
|
123
|
+
'sse stream',
|
|
124
|
+
'websocket stream',
|
|
125
|
+
],
|
|
126
|
+
'heroicons:server-stack': [
|
|
127
|
+
'self hosted',
|
|
128
|
+
'self-hosted',
|
|
129
|
+
'self hosting',
|
|
130
|
+
'self-hosting',
|
|
131
|
+
'self host',
|
|
132
|
+
'on prem',
|
|
133
|
+
'on-prem',
|
|
134
|
+
'on premise',
|
|
135
|
+
'on-premise',
|
|
136
|
+
'private deployment',
|
|
137
|
+
'local deployment',
|
|
138
|
+
'private infra',
|
|
139
|
+
'private infrastructure',
|
|
140
|
+
'model server',
|
|
141
|
+
'model-server',
|
|
142
|
+
'inference server',
|
|
143
|
+
'self managed',
|
|
144
|
+
'self managed infrastructure',
|
|
145
|
+
],
|
|
146
|
+
'lucide:folder-git-2': [
|
|
147
|
+
'worktree',
|
|
148
|
+
'git worktree',
|
|
149
|
+
'branch workspace',
|
|
150
|
+
'git workspace',
|
|
151
|
+
'repo workspace',
|
|
152
|
+
'checked out branch folder',
|
|
153
|
+
],
|
|
154
|
+
'lucide:git-branch': [
|
|
155
|
+
'worktree branch',
|
|
156
|
+
'git branch workspace',
|
|
157
|
+
'branch checkout',
|
|
158
|
+
'branch tree',
|
|
159
|
+
],
|
|
160
|
+
'tabler:git-branch': [
|
|
161
|
+
'git worktree branch',
|
|
162
|
+
'repository branch workspace',
|
|
163
|
+
'worktree repo branch',
|
|
164
|
+
],
|
|
165
|
+
'material:account_tree': [
|
|
166
|
+
'worktree tree',
|
|
167
|
+
'branch tree structure',
|
|
168
|
+
'repo tree',
|
|
169
|
+
'workspace tree',
|
|
170
|
+
],
|
|
171
|
+
'lucide:server': [
|
|
172
|
+
'self hosted server',
|
|
173
|
+
'self-hosted server',
|
|
174
|
+
'private server',
|
|
175
|
+
'local server',
|
|
176
|
+
'self managed server',
|
|
177
|
+
'on prem server',
|
|
178
|
+
'on-prem server',
|
|
179
|
+
],
|
|
180
|
+
'tabler:server': [
|
|
181
|
+
'self hosted service',
|
|
182
|
+
'self-hosted service',
|
|
183
|
+
'private service',
|
|
184
|
+
'self managed service',
|
|
185
|
+
'on prem service',
|
|
186
|
+
'on-prem service',
|
|
187
|
+
],
|
|
188
|
+
'material:home_storage': [
|
|
189
|
+
'home lab',
|
|
190
|
+
'homelab',
|
|
191
|
+
'nas',
|
|
192
|
+
'self hosted storage',
|
|
193
|
+
'self-hosted storage',
|
|
194
|
+
'local storage server',
|
|
195
|
+
'private storage',
|
|
196
|
+
],
|
|
197
|
+
'lucide:timer': [
|
|
198
|
+
'latency',
|
|
199
|
+
'response time',
|
|
200
|
+
'tail latency',
|
|
201
|
+
'p95',
|
|
202
|
+
'p99',
|
|
203
|
+
'ttft',
|
|
204
|
+
'time to first token',
|
|
205
|
+
'round trip time',
|
|
206
|
+
],
|
|
207
|
+
'material:network_ping': [
|
|
208
|
+
'network latency',
|
|
209
|
+
'ping latency',
|
|
210
|
+
'latency spike',
|
|
211
|
+
'request latency',
|
|
212
|
+
'network round trip',
|
|
213
|
+
'ai latency',
|
|
214
|
+
'inference latency',
|
|
215
|
+
],
|
|
216
|
+
'tabler:gauge': [
|
|
217
|
+
'latency metric',
|
|
218
|
+
'latency gauge',
|
|
219
|
+
'service latency',
|
|
220
|
+
'performance latency',
|
|
221
|
+
'response delay',
|
|
222
|
+
],
|
|
223
|
+
'material:compare_arrows': [
|
|
224
|
+
'model shift',
|
|
225
|
+
'behavior shift',
|
|
226
|
+
'distribution drift',
|
|
227
|
+
'drift comparison',
|
|
228
|
+
'drifting ai',
|
|
229
|
+
],
|
|
230
|
+
'material:model_training': [
|
|
231
|
+
'drifting model',
|
|
232
|
+
'ai drifting model',
|
|
233
|
+
'ai model drift',
|
|
234
|
+
'model retraining',
|
|
235
|
+
'model drift remediation',
|
|
236
|
+
'ai drift detection',
|
|
237
|
+
'prediction drift',
|
|
238
|
+
],
|
|
239
|
+
'lucide:bot-off': [
|
|
240
|
+
'hallucination',
|
|
241
|
+
'hallucinate',
|
|
242
|
+
'unreliable ai',
|
|
243
|
+
'wrong ai output',
|
|
244
|
+
'suspect ai answer',
|
|
245
|
+
'broken ai output',
|
|
246
|
+
'confabulation',
|
|
247
|
+
],
|
|
248
|
+
'tabler:robot-off': [
|
|
249
|
+
'ai hallucination',
|
|
250
|
+
'hallucinate robot',
|
|
251
|
+
'hallucination warning',
|
|
252
|
+
'hallucinating robot',
|
|
253
|
+
'unreliable robot',
|
|
254
|
+
'confused ai',
|
|
255
|
+
],
|
|
256
|
+
'material:robot': [
|
|
257
|
+
'ai hallucination',
|
|
258
|
+
'hallucination robot',
|
|
259
|
+
'hallucinating ai',
|
|
260
|
+
'hallucinate ai',
|
|
261
|
+
'weird robot output',
|
|
262
|
+
'drowsy robot',
|
|
263
|
+
'robot gone weird',
|
|
264
|
+
'confused robot',
|
|
265
|
+
],
|
|
266
|
+
'lucide:alert-triangle': [
|
|
267
|
+
'hallucination warning',
|
|
268
|
+
'hallucinate warning',
|
|
269
|
+
'suspect model output',
|
|
270
|
+
'unreliable output warning',
|
|
271
|
+
'ai warning',
|
|
272
|
+
'wrong answer warning',
|
|
273
|
+
],
|
|
274
|
+
'tabler:api': [
|
|
275
|
+
'tool call',
|
|
276
|
+
'tool calls',
|
|
277
|
+
'function call',
|
|
278
|
+
'function calls',
|
|
279
|
+
'function calling',
|
|
280
|
+
'agent tool',
|
|
281
|
+
'external service call',
|
|
282
|
+
'api event',
|
|
283
|
+
],
|
|
284
|
+
'tabler:shield-check': [
|
|
285
|
+
'guardrail',
|
|
286
|
+
'guardrails',
|
|
287
|
+
'safety policy',
|
|
288
|
+
'policy enforcement',
|
|
289
|
+
'verified safe',
|
|
290
|
+
],
|
|
291
|
+
'lucide:sparkles': [
|
|
292
|
+
'ai generated',
|
|
293
|
+
'ai suggestions',
|
|
294
|
+
'copilot output',
|
|
295
|
+
'generated with ai',
|
|
296
|
+
'ai assist',
|
|
297
|
+
],
|
|
298
|
+
'lucide:zap': [
|
|
299
|
+
'instant',
|
|
300
|
+
'immediate',
|
|
301
|
+
'instant response',
|
|
302
|
+
'fast path',
|
|
303
|
+
'fast inference',
|
|
304
|
+
],
|
|
305
|
+
'lucide:wand-2': [
|
|
306
|
+
'rewrite with ai',
|
|
307
|
+
'generate with ai',
|
|
308
|
+
'transform with ai',
|
|
309
|
+
'ai rewrite',
|
|
310
|
+
'one click ai',
|
|
311
|
+
],
|
|
312
|
+
'material:database_search': [
|
|
313
|
+
'database search',
|
|
314
|
+
'indexed lookup',
|
|
315
|
+
'exact lookup',
|
|
316
|
+
'record lookup',
|
|
317
|
+
'structured search',
|
|
318
|
+
],
|
|
319
|
+
'material:webhook': [
|
|
320
|
+
'event trigger',
|
|
321
|
+
'callback hook',
|
|
322
|
+
'automation trigger',
|
|
323
|
+
'hook endpoint',
|
|
324
|
+
'webhook event',
|
|
325
|
+
],
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
export function createIconSemanticAliasMap() {
|
|
329
|
+
return new Map(Object.entries(ICON_SEMANTIC_ALIASES));
|
|
330
|
+
}
|