Skip to content

Commit b636639

Browse files
authored
Fix inconsistent MCP command description (#3755)
1 parent 5efbe80 commit b636639

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/githubnext/gh-aw-workflows-deps
2-
32
go 1.21
3+
4+
require (
5+
)

pkg/cli/mcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
func NewMCPCommand() *cobra.Command {
99
cmd := &cobra.Command{
1010
Use: "mcp",
11-
Short: "MCP helpers",
11+
Short: "Manage MCP (Model Context Protocol) servers",
1212
Long: `Model Context Protocol (MCP) server management and inspection.
1313
1414
MCP enables AI workflows to connect to external tools and data sources through

0 commit comments

Comments
 (0)