@supericons/mcp 0.4.6 → 0.4.8

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,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generated_at": "2026-05-15T14:43:54.049Z",
3
+ "generated_at": "2026-05-21T16:35:51.493Z",
4
4
  "presets": [
5
5
  {
6
6
  "preset": "bounce",
package/index.js CHANGED
@@ -844,8 +844,9 @@ server.tool(
844
844
  locale: z.enum(['zh-Hans', 'zh-Hant', 'ja', 'ko', 'es', 'de', 'pt', 'ar', 'hi', 'vi', 'th']).optional().describe('Optional locale for multilingual slot labels. Supported values: zh-Hans, zh-Hant, ja, ko, es, de, pt, ar, hi, vi, th.'),
845
845
  slots: z.array(z.string().min(1)).min(1).max(12).describe('List of UI slots to fill, for example ["Home tab", "Create action", "Alerts tab", "Profile tab"].'),
846
846
  limit_per_slot: z.number().min(1).max(5).optional().default(3).describe('How many choices to return per slot, including the top recommendation.'),
847
+ response_mode: z.enum(['plan', 'assets', 'full']).optional().default('plan').describe('Response size mode. Use plan for compact icon IDs and reasons, assets to include SVG only for each top recommendation, or full to include SVG and semantic payloads for all returned choices.'),
847
848
  },
848
- async ({ task, library, style, locale, slots, limit_per_slot }) => {
849
+ async ({ task, library, style, locale, slots, limit_per_slot, response_mode }) => {
849
850
  if (libraryMeta[library]?.premium && !hasLibraryAccess(library)) {
850
851
  return buildTextResponse(buildPremiumLibraryAccessError(libraryMeta[library].name));
851
852
  }
@@ -858,6 +859,7 @@ server.tool(
858
859
  locale,
859
860
  slots,
860
861
  limitPerSlot: limit_per_slot,
862
+ responseMode: response_mode,
861
863
  semanticMap: semanticRegistryMap,
862
864
  searchIconsForQuery: ({ query, library: searchLibrary, style: searchStyle, limit, locale: searchLocale }) =>
863
865
  searchAccessibleIcons({ query, library: searchLibrary, style: searchStyle, limit, locale: searchLocale }),
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
- "name": "@supericons/mcp",
3
- "version": "0.4.6",
2
+ "name": "@supericons/mcp",
3
+ "version": "0.4.8",
4
4
  "mcpName": "io.github.curlymolelabs/supericons",
5
5
  "description": "MCP server for Supericons: multilingual semantic SVG icon search and recommendations for AI coding agents.",
6
6
  "type": "module",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/curlymolelabs/supericons.git"
10
- },
11
- "publishConfig": {
12
- "access": "public"
13
- },
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/curlymolelabs/supericons.git"
10
+ },
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
14
  "bin": {
15
15
  "supericons-mcp": "index.js"
16
16
  },
@@ -46,13 +46,13 @@
46
46
  "variant-support.js",
47
47
  "workflow-access.js"
48
48
  ],
49
- "scripts": {
50
- "start": "node index.js",
51
- "start:remote": "node remote-server.js",
52
- "verify:public-safety": "node ../scripts/verify-public-safety.mjs --verbose",
53
- "prepublishOnly": "npm run verify:public-safety && npm run verify:package",
54
- "verify:package": "node ../scripts/build-motion-lab-mcp-artifacts.mjs && node ../scripts/verify-motion-lab-mcp-package.mjs"
55
- },
49
+ "scripts": {
50
+ "start": "node index.js",
51
+ "start:remote": "node remote-server.js",
52
+ "verify:public-safety": "node ../scripts/verify-public-safety.mjs --verbose",
53
+ "prepublishOnly": "npm run verify:public-safety && npm run verify:package",
54
+ "verify:package": "node ../scripts/build-motion-lab-mcp-artifacts.mjs && node ../scripts/verify-motion-lab-mcp-package.mjs"
55
+ },
56
56
  "dependencies": {
57
57
  "@modelcontextprotocol/sdk": "^1.12.0",
58
58
  "@neplex/vectorizer": "^0.0.5",
@@ -1,12 +1,12 @@
1
1
  {
2
- "generatedAt": "2026-05-15T14:29:26.732Z",
2
+ "generatedAt": "2026-05-15T19:37:45.780Z",
3
3
  "freeIconCount": 21264,
4
4
  "freeLibraryCount": 10,
5
5
  "premiumCollectionCount": 8,
6
6
  "premiumIconCount": 400,
7
7
  "mcpToolCount": 13,
8
8
  "mcpFreeToolCount": 3,
9
- "mcpPackageVersion": "0.4.6",
9
+ "mcpPackageVersion": "0.4.7",
10
10
  "display": {
11
11
  "freeIconsRounded": "20,000+",
12
12
  "freeIconsLabel": "20,000+ curated SVG icons",