Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var McpCmd = &cobra.Command{ Use: "mcp", Short: "MCP (Model Context Protocol) server commands", Long: "\nManage the MCP (Model Context Protocol) server for AI tool integration.\n\n" + "The MCP server provides a standardized interface for AI tools like GitHub Copilot CLI " + "and Claude Code to access your semantic memory index through resources, tools, and prompts.", RunE: func(cmd *cobra.Command, args []string) error { return fmt.Errorf("please specify a subcommand: start") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.