Skip to content

Commit aca7a1b

Browse files
authored
Merge pull request #21 from shinpr/version-bump
chore: bump version to 0.4.0 and improve keywords/tags
2 parents 6fb92de + 6d2f4ee commit aca7a1b

3 files changed

Lines changed: 28 additions & 14 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
{
22
"name": "mcp-image",
33
"mcpName": "io.github.shinpr/mcp-image",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"description": "MCP server for AI image generation",
66
"main": "dist/index.js",
77
"bin": {
88
"mcp-image": "./dist/index.js"
99
},
1010
"keywords": [
1111
"mcp",
12-
"image-generation",
13-
"ai",
12+
"mcp-server",
1413
"model-context-protocol",
14+
"image-generation",
15+
"generative-ai",
16+
"image-editing",
17+
"prompt-enhancement",
18+
"gemini",
19+
"google-ai",
20+
"nano-banana",
21+
"claude-code",
22+
"cursor",
23+
"codex",
1524
"typescript"
1625
],
1726
"author": "Shinsuke Kagawa",

server.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.shinpr/mcp-image",
4-
"description": "AI image generation MCP server using Nano Banana with intelligent prompt enhancement",
4+
"description": "AI image generation MCP server using Nano Banana Pro with intelligent prompt enhancement",
55
"vendor": "Shinsuke Kagawa",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/shinpr/mcp-image",
99
"source": "github"
1010
},
11-
"version": "0.3.0",
11+
"version": "0.4.0",
1212
"packages": [
1313
{
1414
"registryType": "npm",
1515
"registryBaseUrl": "https://registry.npmjs.org",
1616
"identifier": "mcp-image",
17-
"version": "0.3.0",
17+
"version": "0.4.0",
1818
"transport": {
1919
"type": "stdio"
2020
},
@@ -52,18 +52,23 @@
5252
"supported": false
5353
},
5454
"resources": {
55-
"supported": true,
56-
"list": [
57-
"file"
58-
]
55+
"supported": true
5956
}
6057
}
6158
}
6259
],
6360
"tags": [
61+
"mcp",
62+
"mcp-server",
6463
"image-generation",
65-
"ai",
66-
"nano-banana"
64+
"generative-ai",
65+
"image-editing",
66+
"prompt-enhancement",
67+
"gemini",
68+
"nano-banana",
69+
"nano-banana-pro",
70+
"google-ai",
71+
"ai-tools"
6772
],
6873
"homepage": "https://github.com/shinpr/mcp-image",
6974
"documentation": "https://github.com/shinpr/mcp-image#readme"

0 commit comments

Comments
 (0)