Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MCPSkillMD string
View Source
var RootCmd = &cobra.Command{ Use: "ghx", Short: "GitHub code exploration for agents and humans", Long: `ghx — GitHub code exploration for agents and humans`, Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { cmd.Help() } }, }
View Source
var SkillMD string
View Source
var VERSION = "dev"
Functions ¶
This section is empty.
Types ¶
type HTTPTransport ¶
type HTTPTransport struct {
Address string
}
HTTPTransport implements Transport for streamable HTTP communication
type StdioTransport ¶
type StdioTransport struct{}
StdioTransport implements Transport for stdio communication
Click to show internal directories.
Click to hide internal directories.