Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"commit-check>=2.11.0,<3",
"mcp>=1.27.0,<2"
"mcp>=2,<3"
]
dynamic = ["version"]

Expand Down
4 changes: 2 additions & 2 deletions src/commit_check_mcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
from commit_check.engine import ValidationContext, ValidationEngine, CheckOutcome
from commit_check.rule_builder import RuleBuilder, ValidationRule
from commit_check.rules_catalog import BRANCH_RULES, COMMIT_RULES, PUSH_RULES
from mcp.server.fastmcp import FastMCP
from mcp.server.mcpserver import MCPServer

from . import __version__

mcp = FastMCP(
mcp = MCPServer(
"commit-check-mcp",
instructions=(
"Use these tools to validate commit messages, branch names, author metadata, "
Expand Down
132 changes: 65 additions & 67 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.