From 3ca27bbe9b796a581776211fef2fada09a772bf8 Mon Sep 17 00:00:00 2001 From: Slide Deck Agent Date: Mon, 5 Jan 2026 16:13:40 +0000 Subject: [PATCH] Update slide deck configuration syntax - Fix cache-memory syntax: move from root level to tools section - Add toolsets example to MCP Servers Configuration slide - Remove outdated managed endpoint reference - Align with current documentation standards --- docs/slides/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/slides/index.md b/docs/slides/index.md index b5ee7536ec2..9bc942d8e7a 100644 --- a/docs/slides/index.md +++ b/docs/slides/index.md @@ -241,6 +241,12 @@ engine: copilot # sensible defaults # MCP Servers Configuration ```yaml +# GitHub MCP (recommended: use toolsets) +tools: + github: + toolsets: [default] # repos, issues, pull_requests + +# Custom MCP servers mcp-servers: bundle-analyzer: command: "node" @@ -250,8 +256,6 @@ mcp-servers: **MCP:** Extend AI with [Model Context Protocol](https://modelcontextprotocol.io/) -**Managed endpoint:** https://api.githubcopilot.com/mcp/ with OAuth authentication - --- # Containerized, Firewalled MCPs @@ -296,7 +300,8 @@ gh aw compile on: pull_request: types: [opened] -cache-memory: true # AI remembers across runs +tools: + cache-memory: # AI remembers across runs --- Review this PR with context from previous reviews: - Check for repeated issues