Skip to content

v0.1.14

Choose a tag to compare

@oxyc oxyc released this 17 Apr 17:38
· 72 commits to main since this release
16cc20b

MCP Servers UI

  • Edit admin-added servers from the DataView — change label, URL, auth type, scopes, client_id, client_secret. Name is immutable (it's the identity used for token storage).
  • Static OAuth credentials supported via new Client ID / Client Secret fields in the modal — needed for providers that don't support RFC 7591 dynamic client registration (Asana, most enterprise providers that expect a developer-console app).
  • `client_secret` encrypted at rest (AES-256-GCM, same scheme as access/refresh tokens) and preserved on edit when the field is left empty — tweak URL/scopes without re-pasting the secret.
  • Live redirect URI preview under the URL field so you can copy it into the provider's console before saving.
  • Fixed stale `mcp.asana.com/sse` hint to `mcp.asana.com/v2/mcp` (the SSE endpoint is shutting down 2026-05-11 and isn't the transport this plugin speaks anyway).
  • Scopes help text clarifies empty-is-correct for providers that forbid a `scope` param (Asana).