We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d729fa + 474a25d commit 3ec9d22Copy full SHA for 3ec9d22
1 file changed
smithery.yaml
@@ -35,6 +35,12 @@ startCommand:
35
MT_FEED_TAG:
36
type: string
37
description: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler)
38
+ MT_NO_IMAGE:
39
+ type: string
40
+ description: true = do not output image, not specified = output image if possible, default is not specified
41
+ MT_NO_AVATAR:
42
43
+ description: true = Output StreetView image as is without avatar superimposition. Not specified = Superimpose avatar image. Default is not specified.
44
commandFunction:
45
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
46
|-
0 commit comments