v0.6.2
Hotfix.
MCP
tools/liston the shared/mcpendpoint now returns the caller's own tool definitions. It used to be answered from a deployment-wide registry that keeps one entry per tool name, so for a name shared across workspaces every caller was shown the description, input schema and annotations of whichever connector had registered that name first — and calls made against that schema failed. Which tools were visible was already per caller (v0.6.0); what stood behind each name now is too. The per-server/mcp/<id>endpoints were never affected.