list_solutions
List all loaded .NET solutions, identify the active one, and view projects skipped during load with reasons. Results are sorted by path with a configurable limit.
Instructions
List all solutions loaded by this server, showing which one is currently active. Each entry includes any projects that were skipped during load (e.g. legacy non-SDK-style projects), with the kind and reason for each skip. Returns an envelope with items sorted by solution path, totalCount, truncated, and limit (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 50). Items are sorted by solution path. |