mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 05:39:05 +08:00
* ✨ feat(mcp): add Nowledge Mem builtin MCP server Add @cherry/nowLedgeMem as a new builtin MCP server that connects to local Nowledge Mem service via HTTP at 127.0.0.1:14242/mcp. - Add nowLedgeMem to BuiltinMCPServerNames type definitions - Add HTTP transport handling in MCPService with APP header - Add server config to builtinMCPServers array - Add i18n translations (en-us, zh-cn, zh-tw) * Fix Nowledge Mem server name typos across codebase * 🌐 i18n: add missing translations for Nowledge Mem and Git Bash settings Translate [to be translated] markers across 8 locale files: - zh-tw, de-de, fr-fr, es-es, pt-pt, ru-ru: nowledgeMem description - fr-fr, es-es, pt-pt, ru-ru, el-gr, ja-jp: xhigh reasoning chain option - el-gr, ja-jp: Git Bash configuration strings * 🐛 fix: address PR review comments for Nowledge Mem MCP - Fix log message typo: use server.name instead of hardcoded "NowLedgeMem" - Rename i18n key from "nowledgeMem" to "nowledge_mem" for consistency - Update descriptions to warn about external dependency requirement |
||
|---|---|---|
| .. | ||
| apiServer | ||
| configs | ||
| integration | ||
| knowledge | ||
| mcpServers | ||
| services | ||
| utils | ||
| bootstrap.ts | ||
| config.ts | ||
| constant.ts | ||
| electron.d.ts | ||
| env.d.ts | ||
| index.ts | ||
| ipc.ts | ||