Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2026 Changes in this version + var ServiceToPathMap = map[string]string + func NewModuleRegistry(config *config.McpServerConfig, tsg *toolsets.ToolsetGroup) *commonModules.ModuleRegistry + func RegisterACM(config *config.McpServerConfig, tsg *toolsets.ToolsetGroup) error + func RegisterDefaultToolsets(config *config.McpServerConfig, tsg *toolsets.ToolsetGroup) error + func RegisterLogs(config *config.McpServerConfig, tsg *toolsets.ToolsetGroup) error + type ACMModule struct + func NewACMModule(config *config.McpServerConfig, tsg *toolsets.ToolsetGroup) *ACMModule + func (m *ACMModule) EnableToolsets(tsg *toolsets.ToolsetGroup) error + func (m *ACMModule) ID() string + func (m *ACMModule) IsDefault() bool + func (m *ACMModule) Name() string + func (m *ACMModule) RegisterToolsets() error + func (m *ACMModule) Toolsets() []string + type ExtendedCoreModule struct + func NewExtendedCoreModule(config *config.McpServerConfig, tsg *toolsets.ToolsetGroup) *ExtendedCoreModule + func (m *ExtendedCoreModule) RegisterToolsets() error + func (m *ExtendedCoreModule) Toolsets() []string + type ExternalClientProvider struct + func (p *ExternalClientProvider) CreateClient(config *config.McpServerConfig, service string, timeout ...time.Duration) (*commonClient.Client, error) + func (p *ExternalClientProvider) CreateClientWithIdentity(config *config.McpServerConfig, service string, serviceIdentity string, ...) (*commonClient.Client, error)