mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-05-28 09:01:22 +02:00
feat: add support for MCP service and CLI subcommands
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
9
main.go
9
main.go
@@ -185,6 +185,15 @@ func Main() {
|
||||
//go RunFuseServer()
|
||||
go RunWebServer()
|
||||
|
||||
// API and MCP services temporarily disabled for debugging
|
||||
go func() {
|
||||
StartAPIServer(8080)
|
||||
}()
|
||||
|
||||
go func() {
|
||||
StartMCP(8081, false)
|
||||
}()
|
||||
|
||||
go RunWebSecureServer()
|
||||
// Web secure server is started only if TLS mode is enabled
|
||||
if config.TLSMode != "" {
|
||||
|
||||
Reference in New Issue
Block a user