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

v1.3.6

Choose a tag to compare

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

Changed

  • One MCP owner — CLI, not the plugin. neus setup / neus auth / neus doctor are now the single registration owner for hosted MCP. The public CLI writes one user-level neus entry per installed host and installs the neus-trust-workflow skill from the shipped package. Marketplace plugins (neus-mcp) are skill-only discovery/setup helpers and no longer register MCP.
  • Skill SSOT moved into the package. The canonical trust-workflow skill now lives at sdk/skills/neus-trust-workflow/ (shipped in @neus/sdk) instead of plugins/neus-trust/skills/, so the CLI installs it as part of setup. The plugins/neus-mcp bundle keeps only the neus-setup helper.
  • Plugin renameneus-trust@neusneus-mcp@neus across all three marketplace manifests and plugin manifests.

Fixed

  • Duplicate NEUS MCP in Cursor — the legacy plugin cache that bundled a second mcpServers.neus is detected; neus setup / neus doctor now hard-fail with a clear uninstall message instead of soft-skipping, leaving exactly one registration.

Upgrade

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

After the CLI writes the single user-level registration, uninstall any legacy neus-trust / MCP-bundling neus-mcp marketplace plugin and restart your editor so only the CLI-owned entry remains.