github samanhappy/mcphub v1.0.39

3 hours ago

Summary

This release makes MCPHub easier to share and operate. Copy actions now generate ready-to-paste MCP configuration snippets tailored to each client — Codex, VS Code, Claude Code, Cursor, and a dozen more — in a single dialog, and any server can be duplicated into a pre-filled Add Server form to spin up a near-identical instance in seconds. For stdio servers launched via npx/uvx, the dashboard now shows the resolved package version and flags when a newer version is available, so you can see at a glance what is actually running. Reliability also improved: a Smart Routing bug that could return no results for group-scoped searches is fixed by scoping the vector search in SQL, the Chinese monitoring guide is realigned with the implementation, and the frontend is now type-checked in CI.

Features

  • Copy actions now offer per-client MCP configuration presets, generating ready-to-paste snippets for Codex, VS Code, Claude Code, Cursor, and more by @SAXEM1997 in #1191
  • Duplicate any server into a pre-filled Add Server form to quickly create a near-identical instance by @SAXEM1997 in #1190
  • Show the resolved npx/uvx package version on server cards and flag when an update is available by @samanhappy in #1186

Fixes

  • Fix Smart Routing group-scoped tool search returning no or too few results by scoping the vector query in SQL, not after the limit by @SelfRef in #1189
  • Realign the Chinese monitoring guide with the implementation by @samanhappy in #1192
  • Type-check the frontend in the CI pipeline by @SAXEM1997 in #1194

摘要

这个版本让 MCPHub 更易分享、更易运维。复制操作现在会在同一个对话框中生成面向各客户端(Codex、VS Code、Claude Code、Cursor 等十余种)的 MCP 配置片段,即贴即用;任意服务也可以一键复制到预填的添加表单,几秒钟就能创建出几乎相同的实例。对于通过 npx/uvx 启动的 stdio 服务,仪表盘现在会显示解析到的实际包版本,并在有新版本可用时给出提示,让你一眼看清正在运行的版本。可靠性方面同样有提升:修复了智能路由按组搜索时可能返回空结果或结果不足的问题(将向量检索的作用域下沉到 SQL),中文监控文档已与实现对齐,CI 流水线也加入了前端类型检查。

功能

  • 复制操作支持按客户端生成 MCP 配置预设,为 Codex、VS Code、Claude Code、Cursor 等客户端输出即贴即用的配置片段 by @SAXEM1997 in #1191
  • 支持将任意服务复制到预填的添加表单,快速创建几乎相同的实例 by @SAXEM1997 in #1190
  • 服务卡片显示 npx/uvx 解析到的实际包版本,并在有新版本可用时提示更新 by @samanhappy in #1186

修复

  • 修复智能路由按组搜索工具时返回空结果或结果不足的问题:将向量检索作用域下沉到 SQL,而非取回后再过滤 by @SelfRef in #1189
  • 同步中文监控文档,使其与实现保持一致 by @samanhappy in #1192
  • 在 CI 流水线中加入前端类型检查 by @SAXEM1997 in #1194

New Contributors

References

  • chore(ci): type-check the frontend in the pipeline by @SAXEM1997 in #1194
  • fix(docs): align Chinese monitoring guide with implementation by @samanhappy in #1192
  • feat(frontend): per-client MCP configuration presets for the copy actions by @SAXEM1997 in #1191
  • feat(frontend): duplicate a server into the pre-filled add form by @SAXEM1997 in #1190
  • fix(smart-routing): scope tool search to the group in SQL, not after the limit by @SelfRef in #1189
  • feat(mcp): show resolved npx/uvx package version and update availability by @samanhappy in #1186
  • Full changelog: v1.0.38...v1.0.39

Don't miss a new mcphub release

NewReleases is sending notifications on new releases.