khuong02/kd-gen
The kd-gen is a Go code generation tool designed to create type-safe enums from YAML configuration files. This tool automates the generation of Go enum types along with their associated helper methods, enhancing code safety and reducing boilerplate.
Platform-specific configuration:
{
"mcpServers": {
"kd-gen": {
"command": "npx",
"args": [
"-y",
"kd-gen"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...