check_ilspy_installation
Diagnostics
Check whether ilspycmd and the .NET SDK are installed and accessible. This tool probes the system PATH for both dotnet and ilspycmd, reports their versions and locations, and provides troubleshooting instructions if anything is missing.
Parameters
Section titled “Parameters”This tool takes no parameters.
Example
Section titled “Example”{ "tool": "check_ilspy_installation", "arguments": {}}result = await client.call_tool("check_ilspy_installation", {})Response
Section titled “Response”A status report covering:
- dotnet CLI — whether it is available and its version
- ilspycmd — whether it is installed, its version, and its filesystem path
- Next steps — installation instructions if either tool is missing
Related Tools
Section titled “Related Tools”install_ilspy— automatically install ilspycmdget_metadata_summary— works without ilspycmd