Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:18 +08:00
commit 16876bba8a
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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"
]
}
}
}