Working with .NET Aspire 13 For AI Assistants: Use MCP Tools CRITICAL: When helping users debug Aspire applications, use the Aspire MCP tools instead of curl, external HTTP calls, or suggesting manual dashboard inspection. | Task | MCP Tool | NOT This | |------|----------|----------| | Check resource status | | ❌ curl to dashboard API | | Get service logs | | ❌ curl, docker logs | | View traces | | ❌ curl to OTLP endpoint | | Find errors in traces | | ❌ manual dashboard search | | List available AppHosts | | ❌ file system search | If MCP is not configured, guide the user to run in their AppHo…