@supericons/mcp 0.4.6 → 0.4.7
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/generated/motion-lab-baseline.json +1 -1
- package/package.json +16 -16
- package/public/product-facts.json +1 -1
- package/server.json +3 -3
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@supericons/mcp",
|
|
3
|
-
"version": "0.4.
|
|
2
|
+
"name": "@supericons/mcp",
|
|
3
|
+
"version": "0.4.7",
|
|
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",
|
package/server.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/curlymolelabs/supericons",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.4.
|
|
10
|
+
"version": "0.4.7",
|
|
11
11
|
"remotes": [
|
|
12
12
|
{
|
|
13
13
|
"type": "streamable-http",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"packages": [
|
|
18
18
|
{
|
|
19
19
|
"registryType": "npm",
|
|
20
|
-
"identifier": "supericons
|
|
21
|
-
"version": "0.4.
|
|
20
|
+
"identifier": "@supericons/mcp",
|
|
21
|
+
"version": "0.4.7",
|
|
22
22
|
"transport": {
|
|
23
23
|
"type": "stdio"
|
|
24
24
|
}
|