Commit Conventional Message Court (CCMCP)
by jiseong-choi
提交规范信息法庭 MCP
请用 AI 编写更好的提交信息。
把这个仓库交给你的 AI,让它为你安装 MCP。
认真的。这是一个有效的设置流程。
我会把你模糊的提交信息带上法庭,指出差异,并问出你队友们累得不想问的问题:
“你到底做了什么?”
添加到 Codex
将其添加到 ~/.codex/config.toml:
[mcp_servers.commit-message-court]
command = "node"
args = ['C:\Users\chrisdnm\Desktop\commimWizard\dist\index.js']然后重启 Codex。
添加到 Claude Code
在 Windows 上,将其作为本地 stdio 服务器添加:
claude mcp add --transport stdio commit-message-court -- node C:\Users\chrisdnm\Desktop\commimWizard\dist\index.js如果你想让它在任何地方都可用,请添加 --scope user。
claude mcp add --transport stdio --scope user commit-message-court -- node C:\Users\chrisdnm\Desktop\commimWizard\dist\index.js添加到 Claude Desktop
将其添加到你的 claude_desktop_config.json:
{
"mcpServers": {
"commit-message-court": {
"type": "stdio",
"command": "node",
"args": ["where code is"],
"env": {}
}
}
}然后重启 Claude Desktop。
这个东西有什么用
它看到
fix stuff会提出异议。它看到
final_final_real会要求提供辩护。它看到有风险的差异会要求提供证据。
它看到你的提交历史,会竭尽全力使其变得可读。
许可证
WTFPL -- 想干嘛就干嘛公共许可证。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiseong-choi/CCMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server