Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions src/frontend/config/sidebar/docs.topics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,24 +405,24 @@ export const docsTopics: StarlightSidebarTopicsUserConfig = {
slug: 'get-started/add-aspire-existing-app',
},
{
label: 'Configure the MCP server',
label: 'Configure your agents',
translations: {
da: 'Konfigurer MCP-serveren',
de: 'MCP-Server konfigurieren',
en: 'Configure the MCP server',
es: 'Configurar el servidor MCP',
fr: 'Configurer le serveur MCP',
hi: 'MCP सर्वर कॉन्फ़िगर करें',
id: 'Konfigurasi server MCP',
it: 'Configurare il server MCP',
ja: 'MCP サーバーの構成',
ko: 'MCP 서버 구성',
'pt-BR': 'Configurar o servidor MCP',
'pt-PT': 'Configurar o servidor MCP',
ru: 'Настройка сервера MCP',
tr: 'MCP sunucusunu yapılandırın',
uk: 'Налаштування сервера MCP',
'zh-CN': '配置 MCP 服务器',
da: 'Konfigurer dine agenter',
de: 'Agenten konfigurieren',
en: 'Configure your agents',
es: 'Configurar tus agentes',
fr: 'Configurer vos agents',
hi: 'अपने एजेंट कॉन्फ़िगर करें',
id: 'Konfigurasi agen Anda',
it: 'Configurare i tuoi agenti',
ja: 'エージェントの構成',
ko: '에이전트 구성',
'pt-BR': 'Configurar seus agentes',
'pt-PT': 'Configurar os seus agentes',
ru: 'Настройка агентов',
tr: 'Ajanlarınızı yapılandırın',
uk: 'Налаштування агентів',
'zh-CN': '配置代理',
},
slug: 'get-started/configure-mcp',
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configure the MCP server
title: Configure your agents
description: Learn how to use AI assistants with Aspire for agentic development.
---

Expand Down
24 changes: 24 additions & 0 deletions src/frontend/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,30 @@ Use Aspire's CLI to spin everything up locally or create deployment artifacts du
</a>
</CardGrid>

## Your coding agents, supercharged

**Aspire is the control plane for agentic development.** AI agents use your app model to understand, build, and operate your entire stack. [Configure your agents](/get-started/configure-mcp/).

<LoopingVideo
aria-label="Video of Aspire CLI being used by Copilot coding agent demonstrating building, operating, and debugging your entire stack."
sources={[
{
src: '/dashboard-demo-dark.mp4',
type: 'video/mp4',
title:
'Agent operating Aspire CLI (dark-theme) video demonstrating build, run, debug.',
theme: 'dark',
},
{
src: '/dashboard-demo-light.mp4',
type: 'video/mp4',
title:
'Agent operating Aspire CLI (light-theme) video demonstrating build, run, debug.',
theme: 'light',
},
]}
/>

## OpenTelemetry developer dashboard

**Monitor logs, metrics, and traces** in real time with the ready-to-use OpenTelemetry dashboard, integrated directly into your workflow. [Dive into the dashboard](/dashboard/).
Expand Down