Feature/Improvement Suggestion
-
Improve and extend the installation & configuration documentation
- Add step-by-step installation guides for prebuilt binaries from the Release page, for all supported platforms (Windows, macOS, Linux)
- Provide MCP client configuration examples for common tools (e.g. Claude Desktop, Cursor, VS Code)
- Include troubleshooting/common issues section
-
Support installation as a dotnet tool
- Update
.csproj to include <PackAsTool>true</PackAsTool>, <ToolCommandName>, etc.
- Publish to NuGet for easy installation via
dotnet tool install -g ...
- This simplifies MCP client config (users can just use
decompiler-server as command)
Background
The current README contains basic build & usage instructions, but onboarding is still not beginner-friendly: no single-step install, no per-client config, and little troubleshooting. Supporting installation via dotnet tool and providing more detailed docs would make it easier for more users (including those less familiar with .NET) to get started quickly.
Thank you for your awesome work on this project!
Feature/Improvement Suggestion
Improve and extend the installation & configuration documentation
Support installation as a dotnet tool
.csprojto include<PackAsTool>true</PackAsTool>,<ToolCommandName>, etc.dotnet tool install -g ...decompiler-serveras command)Background
The current README contains basic build & usage instructions, but onboarding is still not beginner-friendly: no single-step install, no per-client config, and little troubleshooting. Supporting installation via
dotnet tooland providing more detailed docs would make it easier for more users (including those less familiar with .NET) to get started quickly.Thank you for your awesome work on this project!