MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / NewLaunchService

Function NewLaunchService

internal/desktop/launch_service.go:17–19  ·  view source on GitHub ↗
(dbPath string)

Source from the content-addressed store, hash-verified

15}
16
17func NewLaunchService(dbPath string) *LaunchService {
18 return &LaunchService{dbPath: dbPath}
19}
20
21func (s *LaunchService) ListTools() ([]ToolDTO, error) {
22 return NewToolService().List()

Calls

no outgoing calls