Releases: NexusAgentX/dsh-mcp-adapter
Release list
v0.6.3
v0.6.2
Fix: re-export inject so dsh web can load the plugin.
v0.6.1
Docs: Web /mcp is the primary configure path. Settings has no MCP form.
v0.6.0
MCP cards now compose official DisclosureRow/Button/SearchBlock with zh/en locale.
v0.5.0
Restyle MCP Web cards to dsh tokens/StateDot/SearchBlock. Cleaner /mcp menu.
v0.4.0
Web /mcp menu can add presets, connect, authorize, disable, and remove servers. Writes project .mcp.json and reloads in-process.
v0.3.0
Web UI integration: native Ask approval, /mcp popup, and MCP tool cards.
Install: dsh plugin --profile web add dsh-mcp-adapter
Then restart dsh web.
v0.2.0
Ported the remaining pi-mcp-adapter runtime onto DeepSeek Harness.
- OAuth auth-start / auth-complete and /mcp auth
- MCP prompts, mcpScript, approveTools
- Agent Plugins, npx resolver, Unix sockets, session recovery
- 14 tests green
npm: run cd /home/laysath/Projects/dsh-mcp-adapter && npm publish --access public after 2FA.
v0.1.0
Added
- Ported the pi-mcp-adapter contract to DeepSeek Harness: one
mcpproxy tool, lazy servers, on-demand search/describe/call. - Standard MCP config merge:
~/.config/mcp/mcp.json,~/.agents/mcp.json,.mcp.json,$DSH_HOME/mcp.json,.dsh/mcp.json. - Host-config discovery for Cursor, Claude Code, Codex, OpenCode, Windsurf, and VS Code.
- Lifecycle modes:
lazy,eager,keep-alive,lazy-keep-alive, plus idle shutdown. - Metadata cache so search/describe work before a live connection.
/mcphuman command anddsh-mcp-adapter init|statusCLI.- Optional
directTools, include/exclude filters, search keywords, resourceread_*tools, and output guard.
v0.0.1
Reserved the unscoped npm name dsh-mcp-adapter.
This release is an installable DeepSeek Harness bundle stub. The MCP proxy tool is not implemented yet.
- npm: https://www.npmjs.com/package/dsh-mcp-adapter
- install:
dsh plugin --profile web add dsh-mcp-adapter