@iconsroom/mcp 0.1.0 → 0.1.1
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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconsroom/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"mcpName": "com.iconsroom/mcp",
|
|
4
5
|
"description": "MCP server for IconsRoom — search 276,000+ open source icons and drop them into your code from any MCP client (Claude Code, Cursor, Windsurf…).",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|
|
@@ -29,7 +30,8 @@
|
|
|
29
30
|
"homepage": "https://iconsroom.com",
|
|
30
31
|
"repository": {
|
|
31
32
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/iconsroom
|
|
33
|
+
"url": "git+https://github.com/mdanassaif/iconsroom.git",
|
|
34
|
+
"directory": "integrations/mcp"
|
|
33
35
|
},
|
|
34
36
|
"dependencies": {
|
|
35
37
|
"@modelcontextprotocol/sdk": "^1.12.0",
|