@takeshijuan/ideogram-mcp-server 2.0.0 → 2.1.0
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
A production-grade **Model Context Protocol (MCP) server** that provides seamless integration between LLM applications (Claude Desktop, Cursor, VS Code) and the [Ideogram AI](https://ideogram.ai) image generation API.
|
|
14
14
|
|
|
15
|
+

|
|
16
|
+
|
|
15
17
|
## ✨ Features
|
|
16
18
|
|
|
17
19
|
- **🎨 Image Generation** - Generate high-quality AI images from text prompts using Ideogram V3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshijuan/ideogram-mcp-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Production-grade Ideogram MCP server for AI image generation integration with Claude Desktop, Cursor, and VS Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|