@icogenie/mcp 0.3.2 → 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 +3 -3
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -186,7 +186,7 @@ generate_bundle({
|
|
|
186
186
|
|
|
187
187
|
| Variable | Description | Default |
|
|
188
188
|
|----------|-------------|---------|
|
|
189
|
-
| `ICOGENIE_API_URL` | API endpoint | `https://icogenie.
|
|
189
|
+
| `ICOGENIE_API_URL` | API endpoint | `https://www.icogenie.xyz` |
|
|
190
190
|
| `ICOGENIE_SESSION_TOKEN` | Session token (for CI/CD) | - |
|
|
191
191
|
| `ICOGENIE_CONFIG_DIR` | Config directory | `~/.icogenie` |
|
|
192
192
|
|
|
@@ -200,12 +200,12 @@ generate_bundle({
|
|
|
200
200
|
| Download (bundle) | 4 credits/icon |
|
|
201
201
|
| Regenerate | 1 credit |
|
|
202
202
|
|
|
203
|
-
Purchase credits at [icogenie.
|
|
203
|
+
Purchase credits at [www.icogenie.xyz](https://www.icogenie.xyz).
|
|
204
204
|
|
|
205
205
|
## Related
|
|
206
206
|
|
|
207
207
|
- [@icogenie/cli](https://www.npmjs.com/package/@icogenie/cli) - Command-line interface
|
|
208
|
-
- [IcoGenie Web](https://icogenie.
|
|
208
|
+
- [IcoGenie Web](https://www.icogenie.xyz) - Web application
|
|
209
209
|
|
|
210
210
|
## License
|
|
211
211
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icogenie/mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "MCP server for IcoGenie - Enable AI agents to generate icons programmatically",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
],
|
|
44
44
|
"author": {
|
|
45
45
|
"name": "ICOGenie",
|
|
46
|
-
"url": "https://icogenie.
|
|
46
|
+
"url": "https://www.icogenie.xyz"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
|
-
"homepage": "https://icogenie.
|
|
49
|
+
"homepage": "https://www.icogenie.xyz",
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|
|
52
52
|
"url": "git+https://github.com/icogenie/icogenie-mcp.git"
|