You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Preparing for MCP Registry Support https://blog.modelcontextprotocol.io/posts/2025-09-08-mcp-registry-preview/
15
+
14
16
> Added gemini-2.5-flash-image-preview (nano-banana) to travel image generation
15
17
16
18
Support for nano-banana has been added. Nano-banana's semantic mask allows you to generate composite travel images in a short time without setting remBg.
19
+
Although conventional image synthesis is still possible, we recommend using Gemini nano-banana.
17
20
18
21
> Supports both Streamable-HTTP and stdio (compliant with Smithery.ai's config interface)
"description": "[Image.gemini] Gemini Image Api key",
30
+
"is_required": false,
31
+
"format": "string",
32
+
"is_secret": true,
33
+
"name": "MT_GEMINI_IMAGE_KEY"
34
+
},
35
+
{
36
+
"description": "[Image.gemini] Number of retries when generating Gemini images Default: 0",
37
+
"is_required": false,
38
+
"format": "string",
39
+
"is_secret": false,
40
+
"name": "MT_MAX_RETRY_GEMINI"
41
+
},
42
+
{
43
+
"description": "[Image.gemini] Character reference image uri (file:// or https://) when generating Gemini image. Multiple settings can be made by separating them with the '|'. When multiple settings are made, they will be selected randomly.",
44
+
"is_required": false,
45
+
"format": "string",
46
+
"is_secret": false,
47
+
"name": "MT_AVATAR_IMAGE_URI"
48
+
},
49
+
{
50
+
"description": "[Map.etc] Optional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy ",
51
+
"is_required": false,
52
+
"format": "string",
53
+
"is_secret": false,
54
+
"name": "MT_MAP_API_URL"
55
+
},
56
+
{
57
+
"description": "[Map] Optional:Scale of travel time on real roads duration. default 4",
58
+
"is_required": false,
59
+
"format": "string",
60
+
"is_secret": false,
61
+
"name": "MT_TIME_SCALE"
62
+
},
63
+
{
64
+
"description": "[db.local] db save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite ,$HOME/traveler.sqlite ",
65
+
"is_required": false,
66
+
"format": "string",
67
+
"is_secret": false,
68
+
"name": "MT_SQLITE_PATH"
69
+
},
70
+
{
71
+
"description": "[db.api] Turso sqlite API URL",
72
+
"is_required": false,
73
+
"format": "string",
74
+
"is_secret": false,
75
+
"name": "MT_TURSO_URL"
76
+
},
77
+
{
78
+
"description": "[db.api] Turso sqlite API access token",
79
+
"is_required": false,
80
+
"format": "string",
81
+
"is_secret": true,
82
+
"name": "MT_TURSO_TOKEN"
83
+
},
84
+
{
85
+
"description": "[rembg.local] absolute path of the installed rembg cli",
86
+
"is_required": false,
87
+
"format": "string",
88
+
"is_secret": false,
89
+
"name": "MT_REMBG_PATH"
90
+
},
91
+
{
92
+
"description": "[rembg.api] withoutbg.com rembg API URL",
93
+
"is_required": false,
94
+
"format": "string",
95
+
"is_secret": false,
96
+
"name": "MT_REMBG_URL"
97
+
},
98
+
{
99
+
"description": "[rembg.api] withoutbg.com rembg API key",
100
+
"is_required": false,
101
+
"format": "string",
102
+
"is_secret": true,
103
+
"name": "MT_REMBG_WO_KEY"
104
+
},
105
+
{
106
+
"description": "[Image.pixAi] pixAi API key",
107
+
"is_required": false,
108
+
"format": "string",
109
+
"is_secret": true,
110
+
"name": "MT_PIXAI_KEY"
111
+
},
112
+
{
113
+
"description": "[Image.sd] Stability.ai image generation API key",
114
+
"is_required": false,
115
+
"format": "string",
116
+
"is_secret": true,
117
+
"name": "MT_SD_KEY"
118
+
},
119
+
{
120
+
"description": "[Image.pixAi] Optional: pixAi ModelId, if not set use default model 1648918127446573124 ",
121
+
"is_required": false,
122
+
"format": "string",
123
+
"is_secret": false,
124
+
"name": "MT_PIXAI_MODEL_ID"
125
+
},
126
+
{
127
+
"description": "[Image.local.ComfyUi] Option: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188",
128
+
"is_required": false,
129
+
"format": "string",
130
+
"is_secret": false,
131
+
"name": "MT_COMFY_URL"
132
+
},
133
+
{
134
+
"description": "[Image.local.ComfyUi] Optional: Path to API workflow file when using text to image with ComfyUI. If not specified: assets/comfy/t2i_sample.json",
135
+
"is_required": false,
136
+
"format": "string",
137
+
"is_secret": false,
138
+
"name": "MT_COMFY_WORKFLOW_T2I"
139
+
},
140
+
{
141
+
"description": "[Image.local.ComfyUi] Optional: Path of API workflow file when image to image in ComfyUI. If not specified: assets/comfy/i2i_sample.json",
142
+
"is_required": false,
143
+
"format": "string",
144
+
"is_secret": false,
145
+
"name": "MT_COMFY_WORKFLOW_I2I"
146
+
},
147
+
{
148
+
"description": "[Image.local.ComfyUi] Optional: Variable values to send to the workflow via comfyUI API",
149
+
"is_required": false,
150
+
"format": "string",
151
+
"is_secret": false,
152
+
"name": "MT_COMFY_PARAMS"
153
+
},
154
+
{
155
+
"description": "[Image] Optional: Fixed avatar generation prompt. You will no longer be able to change your avatar during conversations.",
156
+
"is_required": false,
157
+
"format": "string",
158
+
"is_secret": false,
159
+
"name": "MT_FIXED_MODEL_PROMPT"
160
+
},
161
+
{
162
+
"description": "[Image] Optional: Acceptable avatar image area ratio. default 0.042",
"description": "[Sns.Bs] bluesky sns handle name: e.g. xxxxxxxx.bsky.social ",
205
+
"is_required": false,
206
+
"format": "string",
207
+
"is_secret": false,
208
+
"name": "MT_BS_HANDLE"
209
+
},
210
+
{
211
+
"description": "[etc] Optional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location",
212
+
"is_required": false,
213
+
"format": "string",
214
+
"is_secret": false,
215
+
"name": "MT_FILTER_TOOLS"
216
+
},
217
+
{
218
+
"description": "[etc] Option: Specify whether the movement mode is 'realtime' or 'skip'. default realtime",
219
+
"is_required": false,
220
+
"format": "string",
221
+
"is_secret": false,
222
+
"name": "MT_MOVE_MODE"
223
+
},
224
+
{
225
+
"description": "[Image] Option: Output image width (pixels) Default is 512",
226
+
"is_required": false,
227
+
"format": "string",
228
+
"is_secret": false,
229
+
"name": "MT_IMAGE_WIDTH"
230
+
},
231
+
{
232
+
"description": "[Image] Options: 'true' = do not output image, not specified = output image if possible, default is not specified",
233
+
"is_required": false,
234
+
"format": "string",
235
+
"is_secret": false,
236
+
"name": "MT_NO_IMAGE"
237
+
},
238
+
{
239
+
"description": "[Image] Option: 'true' = Output StreetView image as is without avatar superimposition. Not specified = Superimpose avatar image. Default is not specified.",
240
+
"is_required": false,
241
+
"format": "string",
242
+
"is_secret": false,
243
+
"name": "MT_NO_AVATAR"
244
+
},
245
+
{
246
+
"description": "[Sns] Optional: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler",
247
+
"is_required": false,
248
+
"format": "string",
249
+
"is_secret": false,
250
+
"name": "MT_FEED_TAG"
251
+
},
252
+
{
253
+
"description": "[Streamable-http] Maximum number of sessions when using Streamable-http",
254
+
"is_required": false,
255
+
"format": "string",
256
+
"is_secret": false,
257
+
"name": "MT_MAX_SESSIONS"
258
+
},
259
+
{
260
+
"description": "[Streamable-http] Session TTL when using Streamable-http",
261
+
"is_required": false,
262
+
"format": "string",
263
+
"is_secret": false,
264
+
"name": "MT_SESSION_TTL_MS"
265
+
},
266
+
{
267
+
"description": "[Streamable-http] Service TTL when using Streamable-http",
0 commit comments