From c62f50a4d8a45b59e1e8ef9f7d4089427119f51f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:21:04 +0000 Subject: [PATCH 1/2] Initial plan From 0cac31327bd5d287b5ac15df721f11d87c36081d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:27:54 +0000 Subject: [PATCH 2/2] feat: add Dev Proxy MCP server section to homepage Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> --- src/pages/index.astro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index b1216ff..5a5538e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -214,6 +214,33 @@ import Layout from '../layouts/Layout.astro'; + +
MCP Server
++ Use the Dev Proxy MCP server to create configurations using natural language. Get contextual help and discover features — right from your AI assistant. +
+ + Learn more → + +// .vscode/mcp.json
+{
+"servers": {
+"devproxy": {
+"type": "stdio",
+"command": "npx",
+"args": ["-y", "@devproxy/mcp"]
+}
+}
+}
+// AI-powered configuration. Natural language.
+