udacity commit for VS Code
io.github.qwertymuzaffar/udacity-commit
Validate & format git commit messages per the Udacity Git Commit Message Style Guide.
client:VS Code
transport:stdio
runtime:npm
Install udacity commit in VS Code
.vscode/mcp.json
{
"servers": {
"udacity-commit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-udacity-commit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs