MCPcopy Create free account
hub / github.com/compozy/agh / newMemoryProviderCommand

Function newMemoryProviderCommand

internal/cli/memory.go:1101–1110  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

1099}
1100
1101func newMemoryProviderCommand(deps commandDeps) *cobra.Command {
1102 cmd := &cobra.Command{
1103 Use: cliProviderKey,
1104 Short: "Operate Memory v2 providers",
1105 }
1106 cmd.AddCommand(newMemoryProviderListCommand(deps))
1107 cmd.AddCommand(newMemoryProviderEnableCommand(deps))
1108 cmd.AddCommand(newMemoryProviderDisableCommand(deps))
1109 return cmd
1110}
1111
1112func newMemoryProviderListCommand(deps commandDeps) *cobra.Command {
1113 return &cobra.Command{

Callers 1

newMemoryCommandFunction · 0.85

Tested by

no test coverage detected