Skip to content

Commit 474a25d

Browse files
committed
Add MT_NO_IMAGE and MT_NO_AVATAR options to smithery.yaml schema
1 parent 9d729fa commit 474a25d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

smithery.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ startCommand:
3535
MT_FEED_TAG:
3636
type: string
3737
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+
type: string
43+
description: true = Output StreetView image as is without avatar superimposition. Not specified = Superimpose avatar image. Default is not specified.
3844
commandFunction:
3945
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
4046
|-

0 commit comments

Comments
 (0)