Azure Revisor
HTTP-SSEAzure code review assistant for pull requests with best practices analysis
Azure code review assistant for pull requests with best practices analysis
A TypeScript-based server project.
git clone [email protected]:mikhael-abdallah/mcp-revisor-server.git cd mcp-revisor-server
pnpm install
.env filepnpm run build pnpm start
{ "mcpServers": { "azure-revisor": { "url": "http://localhost:3000/sse" } } }
SuggestedPrompt: You are a senior code reviewer with extensive software development experience and best practices. Your task is to thoroughly review the diff of the mentioned pull request, focusing on:
Comment format: For each issue found, make a comment on the PR using the tool:
Prioritize critical issues that can:
Adopt a professional and constructive tone, focusing on the code and not the author. When suggesting changes, explain the reason for the proposed improvement.
If you find repetitive patterns in the code, suggest comprehensive refactorings in a separate comment at the top of the PR.
This project is licensed under the MIT License