Skip to content

update#427

Merged
weibaohui merged 10 commits intotemplatefrom
main
Jan 14, 2026
Merged

update#427
weibaohui merged 10 commits intotemplatefrom
main

Conversation

@weibaohui
Copy link
Copy Markdown
Owner

No description provided.

Fix webhook 插件路径错误问题
在启用插件时,增加未安装状态的检查和安装流程,并确保状态正确转换
在禁用插件时,增加运行状态的检查和停止流程,确保禁用前插件已停止
将插件启用和禁用的公共逻辑提取为独立方法 ensurePluginEnabledAndRunning 和 ensurePluginDisabled
统一路由前缀为 /admin/plugins/mcp_runtime/
添加缺失的服务器列表路由
将MCP相关API路径从/admin/mcp迁移至/admin/plugins/mcp_runtime
更新MCPServerConfig和MCPServer模型字段描述
移除不再使用的GatewayClass选项列表API
添加models/db.go文件实现数据库初始化功能
将内部MCP服务器配置逻辑从mcp_runtime迁移至k8m_mcp_server
在安装流程中增加数据库初始化检查
添加 DropDB 函数用于在卸载插件时清理内置 MCP Server 配置及相关数据
优化 addInnerMCPServer 函数错误处理并提取常量 innerMCPServerName
升级插件开启关闭操作,自动化进行前置操作
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@weibaohui weibaohui merged commit b4b0816 into template Jan 14, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant