We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efbe80 commit b636639Copy full SHA for b636639
2 files changed
.github/workflows/go.mod
@@ -1,3 +1,5 @@
1
module github.com/githubnext/gh-aw-workflows-deps
2
-
3
go 1.21
+
4
+require (
5
+)
pkg/cli/mcp.go
@@ -8,7 +8,7 @@ import (
8
func NewMCPCommand() *cobra.Command {
9
cmd := &cobra.Command{
10
Use: "mcp",
11
- Short: "MCP helpers",
+ Short: "Manage MCP (Model Context Protocol) servers",
12
Long: `Model Context Protocol (MCP) server management and inspection.
13
14
MCP enables AI workflows to connect to external tools and data sources through
0 commit comments