addedInput schema / properties / input / additionalProperties
Added value: +true
addedInput schema / properties / input / properties / auth / default
Added value: +"none"
changedInput schema / properties / input / properties / auth / description
Previous value: -"whether callers need a Bearer key. bearer-* variants add an Authorization header placeholder to snippets for clients that support custom headers. Default 'none'"New value: +"none | bearer-optional | bearer-required; bearer-* adds an Authorization placeholder to snippets. Unrecognized falls back to none."
removedInput schema / properties / input / properties / auth / enum
Removed value: -[
- "none",
- "bearer-optional",
- "bearer-required"
-]
changedInput schema / properties / input / properties / name / description
Previous value: -"server name used inside configs and deeplinks, e.g. 'meshmarket'. Default: derived from the URL host. Normalized to lowercase a-z0-9- so it satisfies the strictest client (Antigravity 400s on non-lowercase names)."New value: +"Optional server name used inside configs/deeplinks. Normalized by the handler (lowercased, non [a-z0-9_-] runs to -, truncated to 48). Default: derived from the URL host."
changedInput schema / properties / input / properties / server_url / description
Previous value: -"REQUIRED — the MCP server URL to generate install snippets for, e.g. 'https://market.meshtool.ai/mcp'. Must be http(s)."New value: +"REQUIRED — the MCP server URL to generate install snippets for. Must be a valid http(s) URL; anything else returns {ok:false, error}. Aliases url and serverUrl accepted."
addedInput schema / properties / input / properties / server_url / format
Added value: +"uri"
addedInput schema / properties / input / properties / transport / default
Added value: +"streamable-http"
changedInput schema / properties / input / properties / transport / description
Previous value: -"transport the server speaks; default 'streamable-http'"New value: +"streamable-http or sse. Unrecognized values silently fall back to streamable-http. Currently echoed only — snippets identical for both."
removedInput schema / properties / input / properties / transport / enum
Removed value: -[
- "streamable-http",
- "sse"
-]