@tasopen/mcp-alphabanana 1.3.3 → 1.3.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # mcp-alphabanana
2
2
 
3
3
  [English](README.md) | 日本語
4
-
4
+ ![alphananana on the move](./alphananana-onthemove.png)
5
5
  Google Gemini AI(Gemini 3.1 Flash / Nano Banana 2 対応)で画像アセットを生成する Model Context Protocol (MCP) サーバーです。
6
6
 
7
7
  [FastMCP 3](https://www.npmjs.com/package/fastmcp) で構築されており、シンプルなコードベースと柔軟な出力オプションを提供します。
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # mcp-alphabanana
2
2
 
3
3
  English | [日本語](README.ja.md)
4
-
4
+ ![alphananana on the move](./alphananana-onthemove.png)
5
5
  A Model Context Protocol (MCP) server for generating image assets using Google Gemini AI (Gemini 3.1 Flash/Nano Banana 2 supported).
6
6
 
7
7
  Built with [FastMCP 3](https://www.npmjs.com/package/fastmcp) for a simplified codebase and flexible output options.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasopen/mcp-alphabanana",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "MCP server for image generation using Google Gemini AI",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -11,6 +11,7 @@
11
11
  "dist/",
12
12
  "README.md",
13
13
  "README.ja.md",
14
+ "alphananana-onthemove.png",
14
15
  "LICENSE"
15
16
  ],
16
17
  "scripts": {