Skip to content

v0.6.1

Choose a tag to compare

@keysersoft keysersoft released this 12 Sep 12:04
· 65 commits to main since this release
be38af7

Patch release: prerequisites for the Claude connectors directory listing, plus catalog fixes found while testing every open-data connector end to end.

OAuth / MCP

  • Protected-resource metadata is now also served at /.well-known/oauth-protected-resource/mcp (RFC 9728 path form); the 401 for /mcp points there.
  • The 401 carries error="invalid_token" when a bearer token was presented and rejected.

Connectors

  • Generated tool names are capped at 64 characters with a short hash tail (OpenAPI operationIds could run to 218). Existing tools are unchanged.
  • PUT /api/connectors/:id now reloads the tool registry — a changed base URL took effect only after a restart.
  • Marketplace imports are attached to the workspace's default MCP server, like hand-made connectors.

Catalog

  • NINA: moved to warnung.bund.de (the bund.dev proxy host is gone); nina_get_dashboardnina_get_active_warnings(source).
  • Nominatim: JSON output pinned.
  • Bundesbank: bundesbank_get_bund_yields (BBSIS term structure) replaces the retired BBK01/SU0202 tool; get_timeseries takes flow + key; search_statistics removed (no such endpoint).

Frontend

  • Real favicon.ico plus 192/512 px PNG icons.