Documentation
¶
Index ¶
- func Connect(ctx context.Context, dockerCli command.Cli, cwd string, config client.Config, ...) error
- func Disconnect(ctx context.Context, cwd string, config client.Config, vendor string, ...) error
- func List(ctx context.Context, cwd string, config client.Config, global, outputJSON bool) error
- type Configs
- type GlobalConfig
- type ProjectConfigs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Disconnect ¶ added in v0.11.0
Types ¶
type GlobalConfig ¶
type GlobalConfig map[string]client.MCPClientCfg
func (GlobalConfig) GetData ¶
func (cfg GlobalConfig) GetData() any
func (GlobalConfig) HumanPrint ¶
func (cfg GlobalConfig) HumanPrint()
type ProjectConfigs ¶
type ProjectConfigs struct {
// contains filtered or unexported fields
}
func (ProjectConfigs) GetData ¶
func (cfg ProjectConfigs) GetData() any
func (ProjectConfigs) HumanPrint ¶
func (cfg ProjectConfigs) HumanPrint()
Click to show internal directories.
Click to hide internal directories.