Detects semantic merge conflicts between Git branches using AST-level analysis
An MCP (Model Context Protocol) server that detects semantic merge conflicts between Git branches using AST-level analysis. When two branches change code in ways that Git merges cleanly but are functionally incompatible, SemaMerge catches it before the merge breaks your app. Conflict Type | Example | ---|---| Type signature change | Branch A changes return type, Branch B calls | Removed/renamed…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
An MCP (Model Context Protocol) server that detects semantic merge conflicts between Git branches using AST-level analysis. When two branches change code in ways that Git merges cleanly but are functionally incompatible, SemaMerge catches it before the merge breaks your app. Conflict Type | Example | ---|---| Type signature change | Branch A changes return type, Branch B calls | Removed/renamed export | Branch A removes , Branch B adds | Parameter change | Branch A adds required param to…