Contributions of every size are welcome, and not only code.
flowchart LR
Try[Run it on your solution] --> Report{Something off?}
Report -- yes --> Issue[Bug report or Discussion]
Report -- no --> Share[Share your numbers in Discussions]
Issue --> Fix[Fix it yourself?]
Fix --> PR[Pull request]
Idea[Idea for a tool] --> Feature[Feature request]
Docs[Something unclear here] --> Edit[Edit this wiki]
git clone https://github.com/csa7mdm/DotNetDevMCP.git
cd DotNetDevMCP
dotnet build -c Release
dotnet test -c Release
To try your build from an MCP client, point the client at src/DotNetDevMCP.Server/bin/Release/net10.0/dotnetdevmcp
(.exe on Windows). The full guide, code style and pull request checklist are in
CONTRIBUTING.md; the map of the code is on
Architecture.
Changing how tests are selected or run? Re-run benchmarks/polly and put the before/after numbers in your pull request.
Everyone taking part follows the Code of Conduct. If the project saves you time, you can sponsor its development.