Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator interface {
GenerateProject(config mcp.ProjectConfig) error
GenerateTool(projectRoot string, config mcp.ToolConfig) error
}
Generator defines the interface for a framework-specific generator.
func GetGenerator ¶
GetGenerator returns a generator for the specified framework.
Click to show internal directories.
Click to hide internal directories.