Documentation
¶
Index ¶
- func NewCmd(baseCmd *cmd.BaseCmd, opt ...options.CmdOption) (*cobra.Command, error)
- func NewListCmd(baseCmd *internalcmd.BaseCmd, opt ...cmdopts.CmdOption) (*cobra.Command, error)
- func NewRemoveCmd(baseCmd *cmd.BaseCmd, opt ...cmdopts.CmdOption) (*cobra.Command, error)
- func NewSetCmd(baseCmd *cmd.BaseCmd, opt ...cmdopts.CmdOption) (*cobra.Command, error)
- type Cmd
- type ListCmd
- type RemoveCmd
- type SetCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListCmd ¶
NewListCmd creates a new list command for displaying MCP server tools.
func NewRemoveCmd ¶
Types ¶
type ListCmd ¶
type ListCmd struct {
*internalcmd.BaseCmd
// contains filtered or unexported fields
}
ListCmd represents the command for listing tools for MCP servers. Use NewListCmd to create instances of ListCmd.
Click to show internal directories.
Click to hide internal directories.