Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
Service handles MCP server installation operations
func (*Service) AnalyzeInstallation ¶
func (s *Service) AnalyzeInstallation(targetDir string, selectedMCPs []models.MCPTemplate) (*models.MCPInstallationPlan, error)
AnalyzeInstallation analyzes what will be done during MCP installation
func (*Service) InstallMCPServers ¶
func (s *Service) InstallMCPServers(plan *models.MCPInstallationPlan) error
InstallMCPServers performs the actual installation of selected MCP servers
func (*Service) ScanAvailableMCPs ¶
func (s *Service) ScanAvailableMCPs(strategicDir string) ([]models.MCPTemplate, error)
ScanAvailableMCPs scans for available MCP templates in the templates directory
Click to show internal directories.
Click to hide internal directories.