Files
2025-11-29 18:27:18 +08:00

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"
]
}
}
}