Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2026 Changes in this version + func GitHubModuleWithURLProvider(provider api.URLProvider) api.IntegrationModule + func NewTarFS(tarball []byte) (fs.FS, error) + func SelectIntegrations(modules []api.IntegrationModule, names ...string) ([]api.IntegrationModule, error) + func StandardIntegrations() []api.IntegrationModule + func WithURLProvider(modules []api.IntegrationModule, provider api.URLProvider) []api.IntegrationModule + type App struct + AppCtx *api.AppContext + ChartFS *chartfs.ChartFS + func NewApp(appCtx *api.AppContext, cfs *chartfs.ChartFS, opts ...Option) (*App, error) + func NewAppFromTarball(appCtx *api.AppContext, tarball []byte, cwd string, opts ...Option) (*App, error) + func (a *App) Command() *cobra.Command + func (a *App) Run() error + type Option func(*App) + func WithInstallerTarball(tarball []byte) Option + func WithIntegrations(modules ...api.IntegrationModule) Option + func WithMCPImage(image string) Option + func WithMCPToolsBuilder(builder mcptools.MCPToolsBuilder) Option