You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).