Feature/project management tools #25
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several enhancements to the MCP Azure DevOps project, including new features for project management, updates to development tools, and improvements to documentation. Key changes include adding commands for creating and managing Azure DevOps projects, setting up a development environment with Docker and devcontainers, and expanding the documentation with detailed setup and testing guidelines.
New Features for Azure DevOps Project Management:
check_operation_status
to check the status of Azure DevOps operations (src/mcp_azure_devops/features/projects/check_operation.py
).create_project
to create new Azure DevOps projects with customizable properties (src/mcp_azure_devops/features/projects/create_project.py
).list_process_templates
to retrieve available process templates in Azure DevOps (src/mcp_azure_devops/features/projects/list_process_templates.py
).Development Environment Setup:
Dockerfile
to containerize the application, including dependency installation and server startup (Dockerfile
).devcontainer.json
file for Visual Studio Code to streamline the development environment setup (.devcontainer/devcontainer.json
).Documentation Enhancements:
CLAUDE.md
with detailed development commands, testing guidelines, and technical requirements for contributors (mcp-azure-devops/CLAUDE.md
). [1] [2] [3]CLAUDE.md
for better readability by renumbering and grouping related topics (e.g., testing, adding features, and technical requirements). [1] [2]These changes collectively improve the project's functionality, ease of development, and contributor experience.