feat: 新增MCP Server功能,支持文档全局检索工具 (#1010)
Some checks failed
Go / Ubuntu Latest GCC (push) Has been cancelled
Go / Windows Latest MSVC (push) Has been cancelled

* feat: i18n国际化语言支持完全可配置,并新增俄语支持

* feat: 新增MCP Server功能,支持文档全局检索工具
This commit is contained in:
nl8590687
2025-09-22 17:57:05 +08:00
committed by GitHub
parent b9f13815e8
commit df09353563
9 changed files with 177 additions and 6 deletions

View File

@@ -3,12 +3,12 @@ package daemon
import (
"fmt"
"os"
"path/filepath"
"github.com/beego/beego/v2/core/logs"
"github.com/beego/beego/v2/server/web"
"github.com/kardianos/service"
"github.com/mindoc-org/mindoc/commands"
"github.com/mindoc-org/mindoc/conf"
"github.com/mindoc-org/mindoc/controllers"