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

Method ListTools

internal/desktop/launch_service.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (s *LaunchService) ListTools() ([]ToolDTO, error) {
22 return NewToolService().List()
23}
24
25func (s *LaunchService) providerAPI() appapi.ProviderAPI {
26 return appapi.ProviderAPI{DBPath: s.dbPath}

Callers

nothing calls this directly

Calls 2

NewToolServiceFunction · 0.85
ListMethod · 0.45

Tested by

no test coverage detected