19 lines
493 B
JSON
19 lines
493 B
JSON
{
|
|
"name": "dincoder",
|
|
"description": "Spec-driven development workflow with DinCoder MCP server. Transform ideas into implementation through structured specifications, technical plans, and actionable tasks.",
|
|
"version": "0.7.0",
|
|
"author": {
|
|
"name": "DinCoder Team",
|
|
"email": "support@dincoder.dev",
|
|
"url": "https://github.com/dincoder"
|
|
},
|
|
"mcp": {
|
|
"dincoder": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"mcp-dincoder@latest"
|
|
]
|
|
}
|
|
}
|
|
} |