Add files via upload

This commit is contained in:
公明
2026-03-03 19:55:24 +08:00
committed by GitHub
parent 538565117b
commit 361480f2d1
5 changed files with 174 additions and 186 deletions
+1
View File
@@ -634,6 +634,7 @@ func setupRoutes(
// 系统设置 - 终端(执行命令,提高运维效率)
protected.POST("/terminal/run", terminalHandler.RunCommand)
protected.POST("/terminal/run/stream", terminalHandler.RunCommandStream)
protected.GET("/terminal/ws", terminalHandler.RunCommandWS)
// 外部MCP管理
protected.GET("/external-mcp", externalMCPHandler.GetExternalMCPs)