Documentation
¶
Index ¶
Constants ¶
View Source
const KernelMCPURL = "https://mcp.onkernel.com/mcp"
KernelMCPURL is the URL for the Kernel MCP server
Variables ¶
View Source
var MCPCmd = &cobra.Command{ Use: "mcp", Short: "Configure Kernel MCP server for AI tools", Long: "Commands for configuring the Kernel MCP server in AI development tools like Cursor, Claude, VS Code, and more.", Run: func(cmd *cobra.Command, args []string) { _ = cmd.Help() }, }
MCPCmd is the parent command for MCP operations
Functions ¶
func GetConfigPath ¶
GetConfigPath returns the config path for a target (exported for display)
Types ¶
type MCPServerConfig ¶
type MCPServerConfig struct {
URL string `json:"url,omitempty"`
Command string `json:"command,omitempty"`
Args []string `json:"args,omitempty"`
Type string `json:"type,omitempty"`
}
MCPServerConfig represents the configuration for an MCP server
Click to show internal directories.
Click to hide internal directories.