grok-imagine-image-mcp-server 1.0.0 → 1.0.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/README.ja.md +1 -1
- package/README.md +1 -1
- package/package.json +4 -4
package/README.ja.md
CHANGED
|
@@ -209,7 +209,7 @@ npx grok-imagine-image-batch batch.json --output-dir ./images --format json
|
|
|
209
209
|
## 開発
|
|
210
210
|
|
|
211
211
|
```bash
|
|
212
|
-
git clone https://github.com/
|
|
212
|
+
git clone https://github.com/ex-takashima/grok-imagine-image-mcp-server.git
|
|
213
213
|
cd grok-imagine-image-mcp-server
|
|
214
214
|
npm install
|
|
215
215
|
npm run build
|
package/README.md
CHANGED
|
@@ -209,7 +209,7 @@ Change the background of this image to space
|
|
|
209
209
|
## Development
|
|
210
210
|
|
|
211
211
|
```bash
|
|
212
|
-
git clone https://github.com/
|
|
212
|
+
git clone https://github.com/ex-takashima/grok-imagine-image-mcp-server.git
|
|
213
213
|
cd grok-imagine-image-mcp-server
|
|
214
214
|
npm install
|
|
215
215
|
npm run build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grok-imagine-image-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP server for xAI Grok Imagine Image API - Generate and edit images using grok-imagine-image model",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
|
-
"url": "git+https://github.com/
|
|
45
|
+
"url": "git+https://github.com/ex-takashima/grok-imagine-image-mcp-server.git"
|
|
46
46
|
},
|
|
47
47
|
"bugs": {
|
|
48
|
-
"url": "https://github.com/
|
|
48
|
+
"url": "https://github.com/ex-takashima/grok-imagine-image-mcp-server/issues"
|
|
49
49
|
},
|
|
50
|
-
"homepage": "https://github.com/
|
|
50
|
+
"homepage": "https://github.com/ex-takashima/grok-imagine-image-mcp-server#readme",
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
53
53
|
"dotenv": "^16.4.7",
|