Skip to content

dsh-mcp-admin v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 02:56
· 3 commits to main since this release

What's Changed

🚀 Features

  • feat(ui): optimize switch height, form validation state, and add button icon (6aca213)
  • feat(i18n): support Chinese and English bilingual localization for MCP settings UI (43c1d17)
  • feat(ui): align form select width and add official-style MCP sidebar nav icon (4e6143e)

🐛 Bug Fixes

  • fix: use standard TC39 Stage 3 decorators for dsh-typert-protocol compatibility (764c9fe)
  • fix: clean package exports, release workflow order, build error handling, and client guards (cb84f02)
  • fix(ts): eliminate hardcoded local paths and add portable ambient dsh types (996b992)

🔨 Other Changes

  • ci: add comprehensive typecheck, test, build, and pack workflow (e2d6ab0)
  • refactor(client): separate McpAdminSection.css and embed via esbuild text loader (fb2aaf2)
  • refactor(client): encapsulate server draft serialization, validation, and status in pure domain module (a25feed)
  • refactor(host): collapse profile store to declarative sync reconciliation (9b2ead4)
  • refactor(host): consolidate live MCP server inventory into deep domain module (f15c80e)
  • docs: add English README, language switcher, and package keywords (ccecd93)
  • ci: add test workflow; docs: screenshots and pnpm test script (d4172f0)
  • ci: release workflow (tag v* -> build, pack, publish) (c4c56ad)
  • first commit (068f906)