@icogenie/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 CHANGED
@@ -186,7 +186,7 @@ generate_bundle({
186
186
 
187
187
  | Variable | Description | Default |
188
188
  |----------|-------------|---------|
189
- | `ICOGENIE_API_URL` | API endpoint | `https://icogenie.com` |
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.com](https://icogenie.com).
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.com) - Web application
208
+ - [IcoGenie Web](https://www.icogenie.xyz) - Web application
209
209
 
210
210
  ## License
211
211
 
package/dist/index.js CHANGED
@@ -106,7 +106,7 @@ var config = new Conf({
106
106
  projectName: "icogenie",
107
107
  cwd: configDir,
108
108
  defaults: {
109
- apiUrl: "https://icogenie.com"
109
+ apiUrl: "https://www.icogenie.xyz"
110
110
  }
111
111
  });
112
112
  function getApiUrl() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icogenie/mcp",
3
- "version": "0.3.1",
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": {
@@ -18,13 +18,13 @@
18
18
  "@modelcontextprotocol/sdk": "^1.12.0",
19
19
  "conf": "^12.0.0",
20
20
  "open": "^10.0.0",
21
- "zod": "^3.23.0",
22
- "@icogenie/shared": "0.1.0"
21
+ "zod": "^3.23.0"
23
22
  },
24
23
  "devDependencies": {
25
24
  "@types/node": "^20.0.0",
26
25
  "tsup": "^8.0.0",
27
26
  "typescript": "^5.0.0",
27
+ "@icogenie/shared": "0.1.0",
28
28
  "@repo/typescript-config": "0.0.0"
29
29
  },
30
30
  "engines": {
@@ -43,10 +43,10 @@
43
43
  ],
44
44
  "author": {
45
45
  "name": "ICOGenie",
46
- "url": "https://icogenie.com"
46
+ "url": "https://www.icogenie.xyz"
47
47
  },
48
48
  "license": "MIT",
49
- "homepage": "https://icogenie.com",
49
+ "homepage": "https://www.icogenie.xyz",
50
50
  "repository": {
51
51
  "type": "git",
52
52
  "url": "git+https://github.com/icogenie/icogenie-mcp.git"