Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Categories ¶
type Categories []Category
func GetCategories ¶
func GetCategories() Categories
func (Categories) String ¶
func (c Categories) String() []string
type Prompt ¶
type Prompt struct { mcp.Prompt Category Category Handler func(context.Context, mcp.GetPromptRequest) (*mcp.GetPromptResult, error) }
func IngredientPrompt ¶
func IngredientPrompt() Prompt
func ProjectPrompt ¶
func ProjectPrompt() Prompt
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func (*Registry) GetPrompts ¶
func (*Registry) RegisterPrompt ¶
func (*Registry) RegisterTool ¶
type Tool ¶
type Tool struct { mcp.Tool Category Category Handler func(context.Context, *primer.Values, mcp.CallToolRequest) (*mcp.CallToolResult, error) }
func CreateIngredientRevisionTool ¶
func CreateIngredientRevisionTool() Tool
func DownloadLogsTool ¶
func DownloadLogsTool() Tool
func DownloadSourceFileTool ¶
func DownloadSourceFileTool() Tool
func GetIngredientDetailsTool ¶
func GetIngredientDetailsTool() Tool
func GetInstructionsTool ¶
func GetInstructionsTool() Tool
func HelloWorldTool ¶
func HelloWorldTool() Tool
func ListSourceFilesTool ¶
func ListSourceFilesTool() Tool
func ProjectErrorsTool ¶
func ProjectErrorsTool() Tool
func RebuildProjectTool ¶
func RebuildProjectTool() Tool
Click to show internal directories.
Click to hide internal directories.