18 lines
480 B
JSON
18 lines
480 B
JSON
{
|
|
"name": "sudocode",
|
|
"description": "Git-native spec and issue management for AI-assisted development. Track issues, specs, and feedback with smart anchoring.",
|
|
"version": "0.1.7",
|
|
"author": {
|
|
"name": "sudocode AI",
|
|
"url": "https://github.com/sudocode-ai"
|
|
},
|
|
"mcp": {
|
|
"sudocode": {
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/run-mcp.sh",
|
|
"args": [],
|
|
"env": {
|
|
"SUDOCODE_WORKING_DIR": "${workspaceFolder}"
|
|
}
|
|
}
|
|
}
|
|
} |