Documentation
¶
Overview ¶
Package mcpcmd holds the shared MCP root command variable. This package exists to break the import cycle between cmd/mcp and its subpackages (cmd/mcp/server, cmd/mcp/client).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var McpCmd = &cobra.Command{
Use: "mcp",
Short: "Manage MCP servers and external server connections",
Long: mcpLongMarkdown,
}
McpCmd is the root mcp command. Subpackages add their subcommands to it.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.