Skip to content
This repository was archived by the owner on Sep 13, 2026. It is now read-only.

v1.3.7

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:41
· 50 commits to main since this release
Immutable release. Only release title and notes can be modified.

Fixed

  • Restored marketplace click-install for Cursor. The neus-mcp plugin ships a Cursor-native .mcp.json again, so clicking Install registers NEUS and signs you in — the same one-click experience as Linear, Stripe, and other marketplace plugins. The CLI defers to the plugin when present (no duplicate entry, no hard-fail).
  • OAuth invalid_target on hosted MCP. Normalized the RFC 8707 resource parameter in the authorize and token endpoints so clients that canonicalize the URL (adding a trailing slash) are accepted instead of rejected.

Upgrade

npm i @neus/sdk@1.3.7
# or zero-install
npx -y -p @neus/sdk@1.3.7 neus setup
npx -y -p @neus/sdk@1.3.7 neus doctor --live

In Cursor, install the neus-mcp plugin from the marketplace and click Connect.