v0.6.1
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/mcppoints 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/:idnow 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_dashboard→nina_get_active_warnings(source). - Nominatim: JSON output pinned.
- Bundesbank:
bundesbank_get_bund_yields(BBSIS term structure) replaces the retiredBBK01/SU0202tool;get_timeseriestakesflow+key;search_statisticsremoved (no such endpoint).
Frontend
- Real
favicon.icoplus 192/512 px PNG icons.