From 9bed93d58e51c682db80809619f55eed7708d926 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:35:59 +0000 Subject: [PATCH 1/2] Initial plan From 0a90efa6fbda9253780f8dc73de212299b6b6e66 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:26:14 +0000 Subject: [PATCH 2/2] Update dashboard overview MCP and agent guidance Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> --- src/frontend/src/content/docs/dashboard/overview.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/frontend/src/content/docs/dashboard/overview.mdx b/src/frontend/src/content/docs/dashboard/overview.mdx index 8777c3707..7a5ac89d9 100644 --- a/src/frontend/src/content/docs/dashboard/overview.mdx +++ b/src/frontend/src/content/docs/dashboard/overview.mdx @@ -28,6 +28,16 @@ The dashboard is integrated into the [Aspire _*.AppHost_](/get-started/app-host/ For more information about using the dashboard during Aspire development, see [Explore dashboard features](/dashboard/explore/). +## MCP server + +The Aspire dashboard data can be exposed to external AI coding agents through the [Aspire MCP server](/get-started/aspire-mcp-server/). This gives agents access to resource status, structured logs, traces, and console output so they can investigate issues with the same telemetry data you see in the dashboard. + +{/* TODO(screenshot): Before this docs update is shipped, add a screenshot that shows an external agent (for example, GitHub Copilot CLI) calling Aspire/MCP to fetch dashboard data and displaying reasoning/results. Do not use an in-dashboard Copilot chat UI screenshot. */} + +### Using agents with the dashboard + +Use AI coding agents with the dashboard by connecting your agent to Aspire CLI and MCP tools, then letting it query dashboard telemetry as part of debugging workflows. For setup and end-to-end examples, see [AI coding agents and the Aspire Dashboard](/dashboard/ai-coding-agents/). + ## Standalone mode The Aspire dashboard can run standalone, without the rest of Aspire. The standalone dashboard provides a great UI for viewing telemetry and can be used by any application that sends OpenTelemetry data. You can start it with the Aspire CLI or run it from the standalone container image. For more information, see the [Standalone Aspire dashboard](/dashboard/standalone/).