@iconmind/mcp 0.3.1 → 0.3.3
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @iconmind/mcp
|
|
2
2
|
|
|
3
|
-
An MCP server for [IconMind](https://iconmind.
|
|
3
|
+
An MCP server for [IconMind](https://iconmind.vercel.app), so an AI assistant writing your UI
|
|
4
4
|
can search the real icon set instead of guessing icon names that do not exist.
|
|
5
5
|
|
|
6
6
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconmind/mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "MCP server for IconMind — lets an AI assistant search the real icon set instead of guessing names. Offline, bundled data, instant start.",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"tsup": "^8.5.0",
|
|
29
|
-
"@iconmind/
|
|
30
|
-
"@iconmind/
|
|
29
|
+
"@iconmind/icons": "0.3.3",
|
|
30
|
+
"@iconmind/shared": "0.0.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"mcp-server",
|
|
46
46
|
"model-context-protocol"
|
|
47
47
|
],
|
|
48
|
-
"homepage": "https://iconmind.
|
|
48
|
+
"homepage": "https://iconmind.vercel.app",
|
|
49
49
|
"bugs": "https://github.com/Iconmind/iconmind/issues",
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsup"
|