Skip to content

Releases: mrpulor-gh/nuphus-mcp

v0.1.6

Choose a tag to compare

@mrpulor-gh mrpulor-gh released this 04 Aug 10:48

0.1.6 (2026-08-04)

Fixed

  • Browser dispatch regression (P1): 0.1.5 self-healing refactor dropped five dispatch arms (browser_close, browser_cookies_get/set, browser_import_cookies, browser_upload name mismatch) while leaving them in tools/list - every 0.1.5 npm binary was affected. All five restored.
  • npm platform package scope: gen-platform-packages.js generated unscoped package names, causing npm spam-detection 403 on publish. Platform packages now correctly @nuphus/nuphus-mcp--.
  • Regression guard: dispatch_matches_schema test.

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Aug 06:43

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 03 Aug 16:13

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Aug 03:43

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:16

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 19:10

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@mrpulor-gh mrpulor-gh released this 01 Aug 18:50

Initial public release of nuphus-mcp.

Desktop + browser automation as a standard MCP server (stdio / JSON-RPC 2.0).

  • Desktop tools (15): screen, windows, mouse, keyboard, clipboard, vision (BYOK) + local OCR/YOLO perceive
  • Browser tools (21): Chrome via CDP (chromiumoxide)
  • Safety: MCP annotations (25 destructive / 11 read-only), strict confirm mode, path validation
  • Docs: TOOLS.md full reference (EN/ZH)

See CHANGELOG.md for details.