You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fundamentals/dashboard/mcp-server.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,13 @@ To get started, configure your local AI assistant to use Aspire MCP.
22
22
23
23
1. Run your Aspire app.
24
24
2. Open the Aspire dashboard and click on the MCP button in the top right corner of the dashboard. This launches a dialog that contains instructions for using Aspire MCP.
25
-
3. Use the specified details to configure your local AI assistant.
25
+
3. Use the specified details in the dialog to configure your local AI assistant.
26
26
27
-
-`url` - The MCP address.
28
-
-`x-mcp-api-key` - A HTTP header with a key to secure access to the MCP server.
27
+
Important settings required to use Aspire MCP:
28
+
29
+
-`url` - Aspire MCP address.
30
+
-`type` - `http` to indicate Aspire MCP is a [streamable-HTTP MCP server](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http).
31
+
-`x-mcp-api-key` - An HTTP header with a key to secure access to the MCP server.
29
32
30
33
:::image type="content" source="media/mcp-server/mcp-dialog.png" lightbox="media/mcp-server/mcp-dialog.png" alt-text="A screenshot of the Aspire MCP dialog in the dashboard with the url and API header highlighted.":::
31
34
@@ -61,7 +64,18 @@ The Aspire MCP server provides the following tools:
61
64
62
65
By default all resources, console logs and telemetry is accessible by Aspire MCP. Resources and associated telemetry can be excluded from MCP results by annotating the resource in the app host with `ExcludeFromMcp()`.
0 commit comments