Skip to content

Releases: NexusAgentX/dsh-mcp-adapter

v0.6.3

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 05:42

Fix: client /mcp popup injects remote.commands so the menu can load.

v0.6.2

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 05:34

Fix: re-export inject so dsh web can load the plugin.

v0.6.1

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 04:00

Docs: Web /mcp is the primary configure path. Settings has no MCP form.

v0.6.0

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 03:52

MCP cards now compose official DisclosureRow/Button/SearchBlock with zh/en locale.

v0.5.0

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 03:45

Restyle MCP Web cards to dsh tokens/StateDot/SearchBlock. Cleaner /mcp menu.

v0.4.0

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 03:36

Web /mcp menu can add presets, connect, authorize, disable, and remove servers. Writes project .mcp.json and reloads in-process.

v0.3.0

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 03:28

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

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 03:15

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

Choose a tag to compare

@github-actions github-actions released this 14 Aug 02:26

Added

  • Ported the pi-mcp-adapter contract to DeepSeek Harness: one mcp proxy 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.
  • /mcp human command and dsh-mcp-adapter init|status CLI.
  • Optional directTools, include/exclude filters, search keywords, resource read_* tools, and output guard.

v0.0.1

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 02:04

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.