This commit is contained in:
Chiran Fernando 2025-05-18 16:11:04 +05:30
parent 68015ae8fc
commit 561b8fb637
3 changed files with 40 additions and 40 deletions

View file

@ -4,14 +4,14 @@ import (
"fmt"
"os"
"os/exec"
"runtime"
"strings"
"sync"
"syscall"
"time"
"strings"
"runtime"
"github.com/wso2/open-mcp-auth-proxy/internal/config"
"github.com/wso2/open-mcp-auth-proxy/internal/logging"
logger "github.com/wso2/open-mcp-auth-proxy/internal/logging"
)
// Manager handles starting and graceful shutdown of subprocesses