Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pkg/cli/mcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/pr_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down
Loading