This repository was archived by the owner on Sep 13, 2026. It is now read-only.
v1.3.6
·
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 doctorare now the single registration owner for hosted MCP. The public CLI writes one user-levelneusentry per installed host and installs theneus-trust-workflowskill 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 ofplugins/neus-trust/skills/, so the CLI installs it as part of setup. Theplugins/neus-mcpbundle keeps only theneus-setuphelper. - Plugin rename —
neus-trust@neus→neus-mcp@neusacross all three marketplace manifests and plugin manifests.
Fixed
- Duplicate NEUS MCP in Cursor — the legacy plugin cache that bundled a second
mcpServers.neusis detected;neus setup/neus doctornow 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 --liveAfter 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.