Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Azure DevOps MCP Server #424

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ZubeidHendricks
Copy link

Description

This PR adds a new Azure DevOps MCP Server implementation that enables LLMs to interact with Azure DevOps services through the Model Context Protocol.

Server Details

  • Server: azure-devops
  • Changes to: New server implementation with tools for work items, projects, and repositories management

Motivation and Context

Azure DevOps is a widely used platform for project management and DevOps. This MCP server allows LLMs to interact with Azure DevOps services, enabling automation of tasks like managing work items, projects, and repositories through natural language.

How Has This Been Tested?

  • Unit tests for all components using Jest
  • Integration tests with Azure DevOps API mock
  • GitHub Actions workflow validates:
    • TypeScript compilation
    • Linting
    • Test coverage
    • Integration tests

Breaking Changes

No breaking changes. This is a new server implementation.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

The implementation uses the official Azure DevOps Node.js SDK and follows TypeScript best practices. Configuration requires:

  • AZURE_DEVOPS_ORG_URL: Azure DevOps organization URL
  • AZURE_PERSONAL_ACCESS_TOKEN: Azure DevOps Personal Access Token

ZubeidHendricks added 4 commits December 27, 2024 10:42
- Add comprehensive tests
- Add integration tests
- Add examples
- Add documentation
- Add GitHub Actions workflow
- Add CHANGELOG
- Configure package properly
- Add JSDoc comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant