Skip to content

Commit fa75155

Browse files
shinprclaude
andcommitted
docs: add purpose parameter to README and bump version to 0.5.0
- Add purpose parameter documentation to API Reference table - Update version to 0.5.0 in package.json, package-lock.json, server.json 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7b95544 commit fa75155

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ The MCP server exposes a single tool for all image operations. Internally, it us
178178
| `maintainCharacterConsistency` | boolean | - | Maintain character appearance consistency across different poses and scenes |
179179
| `useWorldKnowledge` | boolean | - | Use real-world knowledge for accurate context (recommended for historical figures, landmarks, or factual scenarios) |
180180
| `useGoogleSearch` | boolean | - | Enable Google Search grounding to access real-time web information for factually accurate image generation. Use when prompt requires current or time-sensitive data that may have changed since the model's knowledge cutoff. Leave disabled for creative, fictional, historical, or timeless content. |
181+
| `purpose` | string | - | Intended use for the image (e.g., "cookbook cover", "social media post", "presentation slide"). Helps tailor visual style, quality level, and details to match the purpose. |
181182

182183
#### Response
183184

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-image",
33
"mcpName": "io.github.shinpr/mcp-image",
4-
"version": "0.4.2",
4+
"version": "0.5.0",
55
"description": "MCP server for AI image generation",
66
"main": "dist/index.js",
77
"bin": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"url": "https://github.com/shinpr/mcp-image",
99
"source": "github"
1010
},
11-
"version": "0.4.2",
11+
"version": "0.5.0",
1212
"packages": [
1313
{
1414
"registryType": "npm",
1515
"registryBaseUrl": "https://registry.npmjs.org",
1616
"identifier": "mcp-image",
17-
"version": "0.4.2",
17+
"version": "0.5.0",
1818
"transport": {
1919
"type": "stdio"
2020
},

0 commit comments

Comments
 (0)