v0.3.5
Fix: reuse persisted OAuth DCR client registration (#80)
The proxy was re-registering a new Dynamic Client Registration (DCR) client on every connect, causing OAuth flows to accumulate stale registrations and occasionally fail on stricter servers. The proxy now reuses the persisted client registration when one exists, only re-registering if the stored credentials are missing or invalid.
Fix: MCP_WORDPRESS_REMOTE_VERSION constant not bumped (#85)
`serverInfo.version` in MCP `initialize` responses was reporting `0.3.4` instead of `0.3.5` due to a hardcoded version constant in `config.ts` that was missed during the release bump.
Full changelog: v0.3.4...v0.3.5