v0.3.9 - Jan + Goose, and required-param tools on local models
Two more clients, and a fix that makes required-parameter tools work from local models.
Added
- Jan and Goose (17 supported clients now). Jan uses the standard
mcpServersJSON; Goose is the first YAML client, its MCP servers live under a top-levelextensions:map inconfig.yaml. Both detect, connect with one click, and import existing servers, with the same no-wipe safeguard as Zed (Goose'sconfig.yamlalso holds your model settings and built-in extensions, so it's never clobbered).
Fixed
- Required tool parameters now work from grammar-constrained local clients. Some local runtimes (e.g. Jan) force the model's output to match the tool schema.
conduit_call_tool'sargumentsdeclared no properties, so the model could only emit an empty{}, making a required param (like Vercel'steamId) impossible to pass, even though the model knew the value.argumentsnow accepts arbitrary properties, and the gateway also tolerates models that put params at the top level instead of nesting them. This affects every required-parameter tool, not just Vercel. - A stdio server entry now always writes
args(even empty); some clients (e.g. Jan) reject an entry whoseargskey is missing. An emptycommandstring is treated as no command, so a remote/url server shipped with"command": ""isn't mis-read as stdio. - The sidebar now fills the full window height instead of stopping at its content.
- Clearer messages when the onboarding starter list can't load (offline) and when a Linux box has no system keyring.
Updating
v0.3.3+ updates in place on Windows, macOS, and Linux AppImage. The Linux .deb updates via your package manager or a fresh download. After updating, fully restart your MCP client (Claude, Cursor, Jan, Goose, etc.) so it picks up the new gateway.