diff --git a/pkg/cli/mcp.go b/pkg/cli/mcp.go index bab61880f7..d9003d1843 100644 --- a/pkg/cli/mcp.go +++ b/pkg/cli/mcp.go @@ -16,10 +16,10 @@ standardized servers. This command provides tools for inspecting and managing MCP server configurations in your agentic workflows. Available subcommands: - add - Add an MCP tool to an agentic workflow - list - List MCP servers defined in agentic workflows - list-tools - List available tools for a specific MCP server - inspect - Inspect MCP servers and list available tools, resources, and roots`, + add Add an MCP tool to an agentic workflow + list List MCP servers defined in agentic workflows + list-tools List available tools for a specific MCP server + inspect Inspect MCP servers and list available tools, resources, and roots`, Run: func(cmd *cobra.Command, args []string) { _ = cmd.Help() }, diff --git a/pkg/cli/pr_command.go b/pkg/cli/pr_command.go index af88385860..1fe9a16161 100644 --- a/pkg/cli/pr_command.go +++ b/pkg/cli/pr_command.go @@ -40,7 +40,7 @@ This command provides tools for transferring pull requests from one repository to another, including the code changes, title, and description. Available subcommands: - transfer - Transfer a pull request from one repository to another`, + transfer Transfer a pull request from one repository to another`, Run: func(cmd *cobra.Command, args []string) { _ = cmd.Help() },