Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientCmd = &cobra.Command{
Use: "client",
Short: "MCP client functionality",
Long: `Client commands for interacting with MCP servers`,
}
Functions ¶
func InitClientCommand ¶
func InitClientCommand(helpSystem *help.HelpSystem) error
Types ¶
type SchemaCommand ¶
type SchemaCommand struct {
*cmds.CommandDescription
}
func NewSchemaCommand ¶
func NewSchemaCommand() (*SchemaCommand, error)
func (*SchemaCommand) RunIntoWriter ¶
func (c *SchemaCommand) RunIntoWriter( ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer, ) error
type SchemaCommandSettings ¶
type SchemaCommandSettings struct {
File string `glazed.parameter:"file"`
}
type StartCommand ¶
type StartCommand struct {
*cmds.CommandDescription
}
func NewStartCommand ¶
func NewStartCommand() (*StartCommand, error)
func (*StartCommand) Run ¶
func (c *StartCommand) Run( ctx context.Context, parsedLayers *layers.ParsedLayers, ) error
Click to show internal directories.
Click to hide internal directories.