Skip to content

Qwen code 77e5210a f5e1 4ec8 aef0 f6355f922316#10

Merged
csa7mdm merged 2 commits intomainfrom
qwen-code-77e5210a-f5e1-4ec8-aef0-f6355f922316
Mar 22, 2026
Merged

Qwen code 77e5210a f5e1 4ec8 aef0 f6355f922316#10
csa7mdm merged 2 commits intomainfrom
qwen-code-77e5210a-f5e1-4ec8-aef0-f6355f922316

Conversation

@csa7mdm
Copy link
Copy Markdown
Owner

@csa7mdm csa7mdm commented Mar 22, 2026

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Test improvements
  • Build/CI improvements

Related Issues

Fixes #
Relates to #

Changes Made

Testing

Test Configuration

  • OS:
  • .NET Version:
  • IDE:

Test Steps

Test Results

  • All existing tests pass
  • New tests added and passing
  • Manual testing completed
  • Integration tests pass
  • Performance benchmarks validated (if applicable)

Code Quality Checklist

  • My code follows the project's coding style and conventions
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Documentation

  • README.md updated (if applicable)
  • API documentation updated (XML comments)
  • Architecture documentation updated
  • Sample code/demos updated
  • CHANGELOG.md updated

Performance Impact

Before:

<!-- Paste benchmark results before changes -->

After:

<!-- Paste benchmark results after changes -->

Screenshots

Breaking Changes

Additional Context

Reviewer Notes


By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.

dependabot Bot and others added 2 commits January 15, 2026 01:50
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…rceControl services

Key features implemented:
- Added BuildTools.cs with MCP tools for dotnet build, clean, restore, and build_with_properties operations
- Created OrchestrationTools.cs implementing parallel execution, workflow execution, and resource management MCP tools
- Implemented SourceControlTools.cs with comprehensive git operations including status, branches, commits, push/pull, and diff
- Added ServiceCollectionExtensions for Build, Orchestration, and SourceControl services with proper DI registration
- Updated solution file to include missing server projects and fix project references
- Standardized namespaces from SharpTools.Tools to DotNetDevMCP.* across all modules
- Enhanced .gitignore with comprehensive ignore patterns for build artifacts and temporary files

The changes complete the MCP tool implementations for all core services, enabling full integration with AI development environments through the Model Context Protocol. The namespace standardization and solution file corrections ensure proper project structure and build capability.
@csa7mdm csa7mdm merged commit cdd555e into main Mar 22, 2026
0 of 8 checks passed
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.

2 participants