Integrations
Used for environment variable management, specifically for storing the Azure PAT (Personal Access Token) needed for authentication.
Interfaces with Git repositories on Azure DevOps, allowing the AI to analyze and review code changes.
The server is built with TypeScript, enabling type-safe interaction with Azure DevOps services.
Azure Revisor MCP サーバー
TypeScript ベースのサーバー プロジェクト。
前提条件
- Node.js (v18以上)
- pnpm
- カーソルIDE(推奨)
インストール
- リポジトリをクローンします。
- 依存関係をインストールします:
.env
ファイルにAZURE_PATを設定する
プロジェクトの実行
- 本番モードでビルドして実行します。
カーソルにMCPを追加する
使用
提案:あなたは、豊富なソフトウェア開発経験とベストプラクティスを持つ上級コードレビュアーです。あなたの課題は、上記のプルリクエストの差分を徹底的にレビューすることです。特に以下の点に着目してください。
- コード標準:
- プロジェクトのコーディングスタイルとの一貫性
- 命名規則の遵守
- デザインパターンの適切な使用
- コードの品質:
- 潜在的なバグや論理エラー
- エラーとエッジケースの適切な処理
- アルゴリズムの効率
- 潜在的なセキュリティ問題
- ベストプラクティス:
- SOLID原則
- クリーンで読みやすいコード
- DRY(同じことを繰り返さない)
- 関心の分離
- この PR に固有の情報:
- プル リクエストを確認しますhttps://dev.azure.com/organization/project/\_git/repository/pullrequest/pullRequestNumber (プル リクエストの URL)
- ファイルを検索してプロジェクトのコンテキストをより深く理解し、変更の影響を分析します
- 変更提案に対する適切なテストがあるかどうかを確認する
コメント形式: 見つかった問題ごとに、ツールを使用して PR にコメントを作成します。
- 特定された問題(具体的に記述してください)
- 改善の提案(該当する場合はコード例付き)
- 重大度: [CRITICAL]、[HIGH]、[MEDIUM]、[LOW]
次のような重要な問題を優先します。
- 本番環境でバグが発生する
- セキュリティの侵害
- パフォーマンスに大きな影響を与える
プロフェッショナルで建設的な口調で、作者ではなくコードに焦点を当ててください。変更を提案する際は、提案する改善の理由を説明してください。
コード内に繰り返しパターンが見つかった場合は、PR の上部にある別のコメントで包括的なリファクタリングを提案してください。
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Cursor IDE と統合して Azure リポジトリのコード レビュー機能を提供し、AI を活用したプル リクエスト分析とフィードバックを可能にするサーバーです。
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOpsLast updated -9618TypeScriptMIT License
- -securityFlicense-qualityA reference server implementation for the Model Context Protocol that enables AI assistants to interact with Azure DevOps resources and perform operations such as project management, work item tracking, repository operations, and code search programmatically.Last updated -3TypeScript
- -securityFlicense-qualityManaged Code Plugin for Cursor IDE providing integration with Atlassian products (JIRA, Confluence, BitBucket), enabling developers to search for tasks, create new issues, view documentation, and manage code repositories directly from the IDE.Last updated -TypeScript
- -securityFlicense-qualityA tool that integrates with GitHub and Notion to analyze and review pull requests, enabling automated code reviews and documentation in Notion.Last updated -Python