Skip to content

v0.6.2

Choose a tag to compare

@keysersoft keysersoft released this 12 Sep 18:39
· 63 commits to main since this release
86cbb7e

Hotfix.

MCP

  • tools/list on the shared /mcp endpoint 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.