@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,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-05-15T14:29:26.732Z",
|
|
3
|
+
"freeIconCount": 21264,
|
|
4
|
+
"freeLibraryCount": 10,
|
|
5
|
+
"premiumCollectionCount": 8,
|
|
6
|
+
"premiumIconCount": 400,
|
|
7
|
+
"mcpToolCount": 13,
|
|
8
|
+
"mcpFreeToolCount": 3,
|
|
9
|
+
"mcpPackageVersion": "0.4.6",
|
|
10
|
+
"display": {
|
|
11
|
+
"freeIconsRounded": "20,000+",
|
|
12
|
+
"freeIconsLabel": "20,000+ curated SVG icons",
|
|
13
|
+
"freeIconsAcrossLibrariesLabel": "20,000+ icons across 10 libraries",
|
|
14
|
+
"freeIconsAcrossLibrariesFreeLabel": "20,000+ curated SVG icons across 10 libraries",
|
|
15
|
+
"freeSvgIconsAcrossLibrariesLabel": "20,000+ free SVG icons from 10 libraries",
|
|
16
|
+
"openSourceSvgIconsAcrossLibrariesLabel": "20,000+ open-source SVG icons from 10 libraries",
|
|
17
|
+
"freeIconLibraryLabel": "20,000+ icon library",
|
|
18
|
+
"freeResultsLabel": "20,000+ results",
|
|
19
|
+
"searchPlaceholderLabel": "Search 20,000+ icons...",
|
|
20
|
+
"mcpServerFreeIconsLabel": "MCP server (20,000+ curated SVG icons)",
|
|
21
|
+
"mcpToolCountLabel": "13 tools",
|
|
22
|
+
"mcpToolsLabel": "13 MCP tools",
|
|
23
|
+
"mcpFreeToolCountLabel": "3 free tools"
|
|
24
|
+
}
|
|
25
|
+
}
|